Joulupukki is a generic system to build and distribute packages from sources.
LICENCE AGPLv3
pip install -r requirements python setup.py develop
You may run all tests with tox
or run the tests with a specific interpreter with tox -epy27
.
Note
Maybe you need to install tox: pip instal tox
You can build the documentation tox -edocs
. The HTML documentation will be built in docs/build/html
.
virtualenv --system-site-packages env source env/bin/activate pip install -r requirements.txt python setup.py develop