Skip to content

Commit 2c9775c

Browse files
committed
update installation guide
1 parent ca54a43 commit 2c9775c

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,14 @@ Tutorials can be started by clicking a file in the Workspace section. To switch
2828

2929
### Quick install
3030

31-
All required dependencies for the tutorials are listed in `requirements.txt`. You can install them in a new virtual environment as follows:
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:
3232
```sh
3333
python -m venv venv
3434
source venv/bin/activate
3535
pip install -r requirements.txt
36+
37+
git clone git@github.com:SciCompMod/memilio.git
38+
cd memilio/pycode/memilio-simulation
39+
pip install .
40+
3641
```

0 commit comments

Comments
 (0)