The code is already packaged. First create and activate a virtualenv :
virtualenv dev_env
source dev_env/bin/activate
Then install the package:
python setup.py install
You should then be able to run the tests (that will fail, all good):
python -m pytest tests/testing.py
We will develop (at least) three simulators, each in its own file (under src/qps
)