Installation instructions¶
We recommend starting with a fresh virtual environment to avoid dependency conflicts with previously installed packages.
$ python -m venv ./env
source activate ./env/bin/activate
Installing with pip¶
The qiboopt
package along with its dependencies can be installed through pip:
pip install qiboopt
Installing from source¶
The latest (development) version can be installed directly from the source repository on Github:
git clone https://github.com/qiboteam/qiboopt
cd qiboopt
pip install .