How to install ArGaze

Warning

ArGaze is a public read-only git repository: contact ArGaze teams for requests or patchs.

Clone ArGaze repository:

git clone https://gitpub.recherche.enac.fr/argaze

Note

Consider that all inline commands below have to be executed at the root of ArGaze package folder.

Install build tool package:

pip install build

Then, build ArGaze package:

python -m build

Then, install ArGaze package (replace VERSION by what has been built into dist folder):

pip install ./dist/argaze-VERSION.whl

As ArGaze package contributor

You should prefer to install the package in editable mode to test live code changes:

pip install --editable .