Installation

BubbleDet is based on Python 3. The necessary libraries are installed automatically when using pip or conda to install BubbleDet. For a list see pyproject.toml in the git repository.

Installing with pip

Can be installed as a package with pip, or pip3, using:

pip install BubbleDet

See the BubbleDet PyPI page for further information.

Installing with conda

Can be installed as a package with conda, using:

conda install -c conda-forge BubbleDet

See the BubbleDet Conda page for further information, or the BubbleDet feedstock for conda-forge maintenance.