Installation ============ As a regular Python package: .. code-block:: bash 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). .. code-block:: bash git clone https://github.com/DeikeLab/collective-bubbles cd collective-bubbles pip install --user .