You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,13 +17,13 @@ Thank you for taking our course. Completing the following tasks will prepare you
17
17
18
18
In Vscode, you can now open a rendered version of this readme. Right-click the file and select `Open Preview`.
19
19
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.
23
23
The HRZ-Pool computers run Ubuntu Linux. Download the `Miniconda3 Linux 64-bit` file.
24
24
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 lefthand 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
27
27
28
28
29
29
### Task 3: Setting up Vscode for Python development
0 commit comments