You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you are interested in a specific version (e.g., v2024.10) or in modifying the source code, then you can clone the repository and install the Python requirements in a virtual environment with the following commands:
25
+
If you are interested in a specific version (e.g., v2025.10) or in modifying the source code, then you can clone the repository and install the Python requirements in a virtual environment with the following commands:
26
26
27
27
```bash
28
28
# Clone the repo
29
29
git clone https://github.com/cssr-tools/pymm.git
30
30
# Get inside the folder
31
31
cd pymm
32
-
# For a specific version (e.g., v2025.04), or skip this step (i.e., edge version)
33
-
git checkout v2025.04
32
+
# For a specific version (e.g., v2025.10), or skip this step (i.e., edge version)
0 commit comments