Installation#

Clone the repository with:

git clone https://github.com/twpalab/qutegds

then to install it in normal mode:

pip install .

Use poetry to install the latest version in developer mode, remember to also install the pre-commits!

poetry install --with docs,analysis
pip install pre-commit
pre-commit install

The optional packages are

  • analysis for code testing.

  • docs for the documentation source and compilation.