This step is NOT ready
pip install openaltrainer
The project require only install tox and piptools in your user.
pip install tox pip-tools --user
The first time you want to use, install dependencies in a virtual folder .tox
using tox with:
make env-create
Remember to compile requirements.txt
if you add more dependencies in requirements.in
:
make env-compile
In each terminal / IDE, remember load the environment before using it. In terminal:
source ./.tox/openaltrainer/bin/activate
And run the example:
TODO