Installation#

At the command line:

$ pip install bruges

Or, if you use Conda environments:

$ conda create -n bruges python=3.9
$ conda activate bruges
$ pip install bruges

For developers, there are also options for installing tests, docs and dev dependencies.

If you want to help develop bruges, please read Development.