Installation

Stable release

Get the stable release of bgpy from pypi:

python3 -m pip install bgpy

From sources

Or install the development version from Github:

git clone git://github.com/munterfi/bgpy.git
cd bgpy
poetry install && poetry build
cd dist && python3 -m pip install *.whl