Skip to content

Commit 72b35cd

Browse files
committed
update requirements
1 parent 54a5665 commit 72b35cd

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,9 @@ 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 follows:
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-
4136
```

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
memilio-simulation
12
marimo
23
matplotlib
34
pandas

0 commit comments

Comments
 (0)