Skip to content

Commit 29d2557

Browse files
authored
Tweak install instructions
1 parent cd97f93 commit 29d2557

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ This briefly describes how to install a Python virtual environment for the Geo-P
1919
## Creating the environment for students
2020
1. Create the python environment using mamba
2121
```bash
22-
mamba create -n geo-python-student
23-
mamba env update -n geo-python-student --file geo-python-student.yml
22+
mamba env create -f geo-python-student.yml
2423
```
2524
2. Activate the new environment and update JupyterLab
2625
```bash
@@ -30,8 +29,7 @@ This briefly describes how to install a Python virtual environment for the Geo-P
3029
## Creating the environment for teachers
3130
1. Create the python environment using mamba
3231
```bash
33-
mamba create -n geo-python-teacher
34-
mamba env update -n geo-python-teacher --file geo-python-teacher.yml
32+
mamba env create -f geo-python-teacher.yml
3533
```
3634
2. Activate the new environment and update JupyterLab
3735
```bash

0 commit comments

Comments
 (0)