Installation

This document will guide you through the process of installing the metasyn package.

Note

If you’re new to Python or simply want to quickly explore the basic features of metasyn without installing it locally, you can try one of our Interactive tutorials.

Step 1: Install Python

Metasyn requires Python 3.10 or higher. If you don’t have Python installed or your Python version is lower than 3.10, you will need to install or upgrade Python. If you’re not familiar with Python or you’ve never installed it before, refer to the Python Guide for detailed instructions. The Python installation will most likely install pip, but if not refer to the Pip Installation Guide for instructions.

Step 2: Install metasyn

Install metasyn from the command prompt or terminal with:

pip install metasyn

Step 3: Verify installation

To ensure metasyn has been successfully installed, run the following command in a Python console:

import metasyn

If the command runs without any errors, you have successfully installed metasyn.