Skip to content

Commit d326811

Browse files
committed
Merge branch 'main' of github.com:SciCompMod/memilio-tutorials
2 parents 682ec43 + 54a5665 commit d326811

2 files changed

Lines changed: 6 additions & 2 deletions

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
```

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ pandas
44
numpy
55
pyabc
66
pyarrow
7-
--index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ memilio-simulation

0 commit comments

Comments
 (0)