Skip to content

Commit 21ad5b1

Browse files
authoredAug 31, 2023
Update installation instructions
Use Mambaforge rather than installing miniconda and mamba in two steps
1 parent 8445f7f commit 21ad5b1

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed
 

‎README.md

+5-7
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,16 @@
33
## Starting steps
44
This briefly describes how to install a Python virtual environment for the Geo-Python course.
55

6-
1. Install miniconda from https://docs.conda.io/en/latest/miniconda.html
7-
2. Install mamba
8-
```bash
9-
conda install mamba -n base -c conda-forge
10-
```
11-
3. Clone the course Python environments from GitHub
6+
1. Install mambaforge from [https://docs.conda.io/en/latest/miniconda.html](https://github.com/conda-forge/miniforge#mambaforge).
7+
2. Clone the course Python environments from GitHub
128
```bash
139
git clone https://github.com/geo-python/python-environments.git
1410
```
15-
4. Change into the working directory with the cloned environment files
11+
3. Change into the working directory with the cloned environment files
1612
```bash
1713
cd python-environments
1814
```
15+
1916
## Creating the environment for students
2017
1. Create the python environment using mamba
2118
```bash
@@ -26,6 +23,7 @@ This briefly describes how to install a Python virtual environment for the Geo-P
2623
conda activate geo-python-student
2724
sh postBuild
2825
```
26+
2927
## Creating the environment for teachers
3028
1. Create the python environment using mamba
3129
```bash

0 commit comments

Comments
 (0)