Skip to content

Installation


pip

mapyde is available on PyPI and can be installed with pip.

pip install mapyde

Warning

This method modifies the Python environment in which you choose to install. Consider instead using pipx or virtual environments to avoid dependency conflicts.

pipx

pipx allows for the global installation of Python applications in isolated environments.

pipx install mapyde

virtual environment

python -m venv venv
source venv/bin/activate
python -m pip install mapyde

Conda

See the feedstock for more details.

conda install -c conda-forge mapyde

or with mamba:

mamba install mapyde

Warning

This method modifies the Conda environment in which you choose to install. Consider instead using pipx or condax to avoid dependency conflicts.


Last update: November 28, 2022