Skip to content

InstallationπŸ”—

PrerequisitesπŸ”—

Before installing the software, ensure that the following prerequisites are met:

  • Python 3.12 or newer is installed. We recommend using the latest version of Python.
  • It is recommended to use a virtual environment to isolate your project dependencies.

Clone RepositoryπŸ”—

For now the only installation method is via cloning the repository as following:

git clone --depth 1 https://github.com/lamalab-org/manege.git

This will create a local copy of the repository with only the most recent commit.

Installation in Development ModeπŸ”—

To install Manège in development mode, navigate to the repository directory and use pip:

cd manege
pip install -e .