2. Installation

2.1. For users

You may download the code from the Python Package Index PyPi.

pip install qocttools

2.2. For developers

Clone it first from the gitlab repository:

git clone git@gitlab.com:acbarrigon/qocttools.git qocttools

You may then install it in development mode by doing

pip install -e .

Probably you want to do that in a virtual environment.

You may then check that everything is fine by doing (once that you have activated the virtual environment):

pytest -v tests/short.py