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: notebooks/installing_Python.md
+30-18Lines changed: 30 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,24 +12,37 @@ Miniconda is a minimal installer for Conda. It includes the Conda package manage
12
12
13
13
## 2. Installing Miniconda
14
14
15
-
1. Go to the [Miniconda installation page](https://docs.conda.io/projects/miniconda/en/latest/)
15
+
1. Go to the [Miniconda installation page](https://www.anaconda.com/docs/getting-started/miniconda/main) or the Miniconda repository at https://repo.anaconda.com/miniconda/
16
16
2. Download the installer for your operating system (Windows, macOS, or Linux).
17
17
18
18
#### On windows
19
19
20
-
3. Run the downloaded `.exe` file.
21
-
4. Follow the installation prompts. Use the default settings unless you have specific needs.
20
+
3. Run the downloaded `.exe` file and follow the on-screen instructions.
22
21
23
-
#### On macOS or Linux
22
+
#### On macOS/Linux
24
23
25
-
3.Open a terminal.
26
-
4. Run the downloaded installer script. For example:
24
+
3.If you downloaded the `.pkg` file (Graphical installer only on macOS) run the file and follow the on-screen instructions.
25
+
3. If you downloaded the `.sh` file, open a terminal and run one of the following commands:
If needed, more details on installing Miniconda here: https://www.anaconda.com/docs/getting-started/miniconda/install
44
+
45
+
33
46
34
47
> [!NOTE]
35
48
> You can also install the full Anaconda distribution, which includes over 250 scientific packages. However, it requires more than 5 GB of disk space. For this course, Miniconda is recommended because it is lightweight and sufficient for our needs.
@@ -271,13 +284,12 @@ This will create a new environment with the name and packages specified in the f
0 commit comments