Skip to content

Commit 5a096c8

Browse files
authored
Update README.md
1 parent cc88e6c commit 5a096c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ Thank you for taking our course. Completing the following tasks will prepare you
1818
In Vscode, you can now open a rendered version of this readme. Right-click the file and select `Open Preview`.
1919

2020
### Task 2: Downloading and installing conda.
21-
To develop and execute our Python code, we use a Python container software called Miniconda. Using `Conda` you can create an `environment` which holds Python and all the required software to run the given scripts.
21+
To develop and execute our Python code, we use a Python container software called Conda. Using `conda` you can create an `environment` which holds Python and all the required software to run the given scripts.
2222
- Navigate to [https://conda-forge.org/](https://conda-forge.org/download/) in your favourite browser.
23-
The HRZ-Pool computers run Ubuntu Linux. Download the `Miniconda3 Linux 64-bit` file.
23+
The HRZ-Pool computers run Ubuntu Linux. Download the `Miniforge3-Linux-x86_64.sh` file.
2424

2525
- Open the terminal on your machine by pressing `Ctrl+Alt+T`. Navigate into the Downloads folder by typing `cd Downloads`. Before running the installer, set the executable bit by typing `chmod +x Miniforge3-Linux-x86_64.sh`. Install Miniconda via `./Miniforge3-Linux-x86_64.sh`.
2626
- Close your terminal and open it again. Check if you can see the `(base)` environment name on the left-hand side of your command line. This means that conda is installed correctly

0 commit comments

Comments
 (0)