- Make:
- Python:
$ asdf install
- Poetry: https://poetry.eustace.io/docs/#installation
- Graphviz: http://www.graphviz.org/Download.php
To confirm these system dependencies are configured correctly:
$ make doctor
Install project dependencies into a virtual environment:
$ make install
Run the tests:
$ make test
Run static analysis:
$ make check
Build the documentation:
$ make docs
Keep all of the above tasks running on change:
$ make dev
In order to have OS X notifications,
brew install terminal-notifier
.
The CI server will report overall build status:
$ make all
Release to PyPI:
$ make upload