vgonisanz / oaltrainer

Open your ears and try to find where does the sound come from

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Open your ears and try to find where does the sound come from

License:GNU Lesser General Public License v2.1


Languages

Language:Python 69.0%Language:Makefile 31.0%