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
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,8 +26,8 @@ instructions for `Users` or `Developers` on how to run the model.
26
26
27
27
As a user, you don't need to have a MATLAB license to run the STEMMUS-SCOPE model. The workflow is executed using python and MATLAB Runtime on a Unix-like system.
28
28
29
-
As the STEMMUS-Scope executable only supports Unix-like systems, Windows users cannot run STEMMUS-SCOPE natively.
30
-
However, users of Windows 10 and newer can use WSL (Windows Subsystem for Linux) to run the model.
29
+
As the STEMMUS-SCOPE executable only supports Unix-like systems, Windows users cannot run STEMMUS-SCOPE natively.
30
+
However, users of Windows 10 and newer can use WSL ([Windows Subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/)) to run the model.
31
31
32
32
<details>
33
33
<summary>WSL installation instructions.</summary>
@@ -45,7 +45,6 @@ However, users of Windows 10 and newer can use WSL (Windows Subsystem for Linux)
45
45
```
46
46
47
47
You can now set up a python environment using either python's `venv`, or use Conda/Mamba.
48
-
49
48
Note that the command to run python and pip can be `python3` and `pip3` by default.
50
49
51
50
For the rest of the installation instructions simply follow the steps below.
0 commit comments