Skip to content

Installation

We advise to install the package inside a virtual environment (using conda or venv). Make sure to create an environment containing a Python version >=3.11 and pip package installer.

After having created and activated your environment, you have two ways for installing ANNUBeS.

Pip installation

This is the recommended installation for users.

pip install annubes

This command will install the latest version of the package deployed on PyPI.

Repository installation

git clone git@github.com:ANNUBS/annubes.git
cd annubes
pip install .

The above commands will install the most recent version of the repository, using the default branch (main).