Skip to content

Commit

Permalink
Update installation instructions
Browse files Browse the repository at this point in the history
Use Mambaforge rather than installing miniconda and mamba in two steps
  • Loading branch information
davewhipp authored Aug 31, 2023
1 parent 8445f7f commit 21ad5b1
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,16 @@
## Starting steps
This briefly describes how to install a Python virtual environment for the Geo-Python course.

1. Install miniconda from https://docs.conda.io/en/latest/miniconda.html
2. Install mamba
```bash
conda install mamba -n base -c conda-forge
```
3. Clone the course Python environments from GitHub
1. Install mambaforge from [https://docs.conda.io/en/latest/miniconda.html](https://github.com/conda-forge/miniforge#mambaforge).
2. Clone the course Python environments from GitHub
```bash
git clone https://github.com/geo-python/python-environments.git
```
4. Change into the working directory with the cloned environment files
3. Change into the working directory with the cloned environment files
```bash
cd python-environments
```

## Creating the environment for students
1. Create the python environment using mamba
```bash
Expand All @@ -26,6 +23,7 @@ This briefly describes how to install a Python virtual environment for the Geo-P
conda activate geo-python-student
sh postBuild
```

## Creating the environment for teachers
1. Create the python environment using mamba
```bash
Expand Down

0 comments on commit 21ad5b1

Please sign in to comment.