File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 33## Starting steps
44This 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
20171. 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
30281. Create the python environment using mamba
3129 ` ` ` bash
You can’t perform that action at this time.
0 commit comments