TBD
To start developing this project, clone this repo and do:
make env-create
This will create a virtual environment with all the needed dependencies (using tox). You can activate this environment with:
$ source ./.tox/uia/bin/activate
Then, you can run make help
.
Learn more about the different tasks you can perform on this project using make.
From scratch, use the following command to generate requirements{-dev}.txt
files:
make env-compile
Please see the Contributing Guidelines section for more details on how you can contribute to this project.