Installation

The package is pip installable.

pip install parq-blockmodel

If you want the extras (for visualisation and networks of objects) you’ll install like this with pip.

pip install parq-blockmodel -e .[profiling,progress,viz]

Or, if poetry is more your flavour.

poetry add parq-blockmodel

or with extras…

poetry add "parq-blockmodel[profiling,progress,viz]"