Installation ============ Requirements ----------- pymeepo requires Python 3.10 or higher. Installing from PyPI ------------------- The recommended way to install pymeepo is from PyPI: .. code-block:: bash pip install pymeepo Or with Poetry: .. code-block:: bash poetry add pymeepo Installing from Source --------------------- You can also install pymeepo directly from the source code: .. code-block:: bash git clone https://github.com/meepolabs/pymeepo.git cd pymeepo pip install . Or with Poetry: .. code-block:: bash git clone https://github.com/meepolabs/pymeepo.git cd pymeepo poetry install