Installation¶ SimML is written in Python and is published as a Python package. It could be installed with pip or with your favorite package manager. Install with pip¶ pip install simml We recommend to use a Python virtual environment when installing with pip. macOS Windows Linux python3 -m venv .venv source .venv/bin/activate pip install simml python -m venv .venv .venv\Scripts\activate pip install simml python3 -m venv .venv source .venv/bin/activate pip install simml Get started