Installation

As a regular Python package:

pip install git+https://github.com/DeikeLab/collective-bubbles.git@v0.4.1

specifying the last available release.

Development version

Clone/download package locally and install it with pip (option -e/--editable to edit in place).

git clone https://github.com/DeikeLab/collective-bubbles
cd collective-bubbles
pip install --user .