File tree 1 file changed +5
-7
lines changed
1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 3
3
## Starting steps
4
4
This briefly describes how to install a Python virtual environment for the Geo-Python course.
5
5
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
12
8
``` bash
13
9
git clone https://github.com/geo-python/python-environments.git
14
10
```
15
- 4 . Change into the working directory with the cloned environment files
11
+ 3 . Change into the working directory with the cloned environment files
16
12
` ` ` bash
17
13
cd python-environments
18
14
` ` `
15
+
19
16
# # Creating the environment for students
20
17
1. Create the python environment using mamba
21
18
` ` ` bash
@@ -26,6 +23,7 @@ This briefly describes how to install a Python virtual environment for the Geo-P
26
23
conda activate geo-python-student
27
24
sh postBuild
28
25
` ` `
26
+
29
27
# # Creating the environment for teachers
30
28
1. Create the python environment using mamba
31
29
` ` ` bash
You can’t perform that action at this time.
0 commit comments