Installation

The package is pip installable.

pip install parq-tools

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

pip install parq-tools -e .[tqdm,profile]

Or, if poetry is more your flavour.

poetry add parq-tools

or with extras…

poetry add "parq-tools[tqdm,profile]"