The code included custom entry scripts (namely p8tool, p8upsidedown, run_tests.sh) and the documentation assumed that the reader was running precisely those entry scripts. I added a setup.py that implicitly provides those entry scripts after a python setup.py install or a python setup.py develop.
The code included custom entry scripts (namely p8tool, p8upsidedown, run_tests.sh) and the documentation assumed that the reader was running precisely those entry scripts. I added a
setup.py
that implicitly provides those entry scripts after apython setup.py install
or apython setup.py develop
.