Skip to content

Commit b45d8c0

Browse files
committed
[ci skip] Update README for MEmilio simulation installation
1 parent 137af09 commit b45d8c0

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,15 @@ Tutorials can be started by clicking a file in the Workspace section. To switch
2828

2929
### Quick install
3030

31-
To execute the tutorials, we require the memilio-simulation package as well as further dependencies as listed in `requirements.txt`. You can install them in a new virtual environment as follows where we clone the MEmilio repository into this directory to install the memilio-simulation package:
31+
To execute the tutorials, we require the memilio-simulation package as well as further dependencies as listed in `requirements.txt`. You can install them in a new virtual environment as seen below. Additionally, we clone the MEmilio repository into this directory to install the memilio-simulation package:
32+
3233
```sh
3334
python -m venv venv
3435
source venv/bin/activate
35-
pip install -r requirements.txt
36+
python -m pip install -r requirements.txt
3637

37-
git clone git@github.com:SciCompMod/memilio.git
38+
git clone https://github.com/SciCompMod/memilio.git
3839
cd memilio/pycode/memilio-simulation
39-
pip install .
40+
python -m pip install .
4041

4142
```

0 commit comments

Comments
 (0)