You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update qiskit-ibm-runtime install from source instructions (#3726)
`pip install -r requirements-dev.txt` does not work for
qiskit-ibm-runtime because we removed the requirements text files in
Qiskit/qiskit-ibm-runtime#2053
3. (Optional) If you want to run tests or linting checks, install the developer requirements. We recommend using a [virtual environment](https://docs.python.org/3/library/venv.html) to avoid polluting your global Python installation.
125
-
126
-
```bash
127
-
pip install -r requirements-dev.txt
128
-
```
129
-
130
-
4. Install `qiskit-runtime`. We recommend using a [virtual environment](https://docs.python.org/3/library/venv.html) to avoid polluting your global Python installation.
124
+
3. Install `qiskit-runtime`. We recommend using a [virtual environment](https://docs.python.org/3/library/venv.html) to avoid polluting your global Python installation.
In editable mode, the compiled extensions are built in _debug mode_ without optimizations.
145
139
140
+
4. (Optional) If you want to run tests or linting checks, install the developer requirements. We recommend using a [virtual environment](https://docs.python.org/3/library/venv.html) to avoid polluting your global Python installation.
0 commit comments