See scripts/
folder.
The easiest option is to install the Anaconda distribution, which includes Python plus many popular libraries. Prefer using Python 3.x.
From src/
, run:
py.test -v
python my_app.py
src
: the source code, including a modulemy_module.py
and a scriptmy_app.py
.src/test
: the tests