Skip to content

Commit 06933fd

Browse files
authored
Update README.md
1 parent 4eed7e8 commit 06933fd

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,19 @@ python3 -m venv venv # create venv
113113
. venv/bin/activate # activate venv
114114
pip3 install -r requirements.txt # install dependencies
115115
```
116+
or depending on your Python installation
117+
118+
```
119+
python -m venv venv # create venv
120+
. venv/bin/activate # activate venv
121+
pip install -r requirements.txt # install dependencies
122+
```
123+
116124
For Windows:
117125
```
118126
.\venv\Scripts\activate # activate venv
119127
```
120128
You can now start Jupyter lab by running `jupyter lab`, which should open a new browser window/tab.
121129
Open `mosaic.ipynb` and sequentially run all cells.
122130

123-
**Congrats!** If all the notebook cells run without errors, you are ready to attend the practical session!
131+
**Congrats!** If all the notebook cells run without errors, you are ready to attend the practical session

0 commit comments

Comments
 (0)