Skip to content
Snippets Groups Projects
Commit d6675d51 authored by Christoph Schober's avatar Christoph Schober
Browse files

add minimal

parent ce101e77
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,12 @@ sudo apt-get install build-essential python3-dev
```
If this does not help, try to remove all qiskit-packages but `qiskit` and `qiskit-aer`.
These two are sufficient for the basic usage of qiskit.
These two are sufficient for the basic usage of qiskit. See the file `requirements_minimal.txt`
for an example. This could be installed via
```
pip install -r requirements_minimal.txt
```
## Use Jupyter Lab
......
qiskit>=1.1.0
qiskit-aer>=0.14.2
jupyterlab>=4.2.2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment