Installation

Requirements

pymeepo requires Python 3.10 or higher.

Installing from PyPI

The recommended way to install pymeepo is from PyPI:

pip install pymeepo

Or with Poetry:

poetry add pymeepo

Installing from Source

You can also install pymeepo directly from the source code:

git clone https://github.com/meepolabs/pymeepo.git
cd pymeepo
pip install .

Or with Poetry:

git clone https://github.com/meepolabs/pymeepo.git
cd pymeepo
poetry install