Installation
The package is pip instalable.
pip install mass-composition
If you want the extras (for visualisation and networks of objects) you’ll install like this with pip.
pip install mass-composition -e .[viz,network]
Or, if poetry is more your flavour.
poetry add mass-composition
or with extras…
poetry add "mass-composition[viz,network]"