Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 657 Bytes

README.md

File metadata and controls

43 lines (28 loc) · 657 Bytes

openaltrainer

Installation

This step is NOT ready

pip install openaltrainer

Development

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

Run

In each terminal / IDE, remember load the environment before using it. In terminal:

source ./.tox/openaltrainer/bin/activate

And run the example:

TODO