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., v2025.04) 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:
24
+
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:
25
25
26
26
```bash
27
27
# Clone the repo
28
28
git clone https://github.com/OPM/pyopmspe11.git
29
29
# Get inside the folder
30
30
cd pyopmspe11
31
-
# For a specific version (e.g., v2025.04), or skip this step (i.e., edge version)
32
-
git checkout v2025.04
31
+
# For a specific version (e.g., v2025.10), or skip this step (i.e., edge version)
0 commit comments