Installation
The package is pip installable.
pip install parq-tools
If you want the extras (for profiling and visualisation) you’ll install like this with pip.
pip install parq-tools[profiling,blockmodel]
Or, if poetry is more your flavour.
poetry add parq-tools
or with extras…
poetry add "parq-tools[profiling,blockmodel]"