1. Installation#

VoteM8 is distributed on both PyPI and conda-forge repositories, and so can be conveniently installed using either mamba, conda or pip. Simply select your package manager, and run the corresponding command in your terminal:

mamba install -c conda-forge VoteM8
conda install -c conda-forge VoteM8
pip install VoteM8

Reminder: copy with ease

Copy the command by hovering your mouse over the block, and clicking on the button that appears in its upper right corner.

Need more help?

Please refer to the Introduction(…/intro/background/python_pkgs.md) section for an overview of Python packages and how to install them.

For developers

To install the latest development version, or for editable installs, see the Developer Guide.