Skip to content

Commit cc88e6c

Browse files
authored
Update README.md
1 parent 839cf5a commit cc88e6c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ Thank you for taking our course. Completing the following tasks will prepare you
1717

1818
In Vscode, you can now open a rendered version of this readme. Right-click the file and select `Open Preview`.
1919

20-
### Task 2: Downloading and installing Miniconda.
21-
To develop and execute our Python code, we use a Python container software called Miniconda. Using Miniconda you can create an `environment` which holds Python and all the required software to run the given scripts.
22-
- Navigate to https://docs.conda.io/en/latest/miniconda.html in your favourite browser.
20+
### 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.
22+
- Navigate to [https://conda-forge.org/](https://conda-forge.org/download/) in your favourite browser.
2323
The HRZ-Pool computers run Ubuntu Linux. Download the `Miniconda3 Linux 64-bit` file.
2424

25-
- 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 Miniconda3-latest-Linux-x86_64.sh`. Install Miniconda via `./Miniconda3-latest-Linux-x86_64.sh`.
26-
- 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 (mini)conda is installed correctly
25+
- 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`.
26+
- 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
2727

2828

2929
### Task 3: Setting up Vscode for Python development

0 commit comments

Comments
 (0)