Installation

PyPI and pip

To install multispaeti from PyPI using pip just run

pip install multispaeti

conda-forge and conda

multispaeti can also be installed from conda-forge via

conda install conda-forge::multispaeti

Note

Of course, it is also possible to use mamba instead of conda to speed up the installation.

From GitHub

You can install the latest versions directly from GitHub. To do so clone the repository using the git clone command. Navigate into the downloaded directory and install using

pip install -e .

If you want to install the development version you can install the additional optional dependencies with

pip install -e '.[dev]'