Install
To install BGPhoria via pypi package:
$ pip install bgphoria
To install BGPhoria from source:
$ git clone https://github.com/interstellio/bgphoria.git
$ pip install --editable bgphoria
The –editable flag for pip ensures you can modify the code if neccessary and test it without needing to reinstall again.
We using pytest for unit tests and you can simply run pytest within the root of the cloned repository.