- Python 3.x installed
- virtualenv installed (associated with you py3 installation)
- pip installed (associated with you py3 installation)
$ make initInitialize application creating respective virtualenv and installing all dependencies form requirement txt.
$ make update-depsUpdate dependencies in requirements.txt file to future installs.
$ make testRun all application tests
$ make documentationGenerate updated documentation and open it on MAC
$ make coverageRun tests and generate coverage report