File tree 1 file changed +21
-0
lines changed
1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 6
6
7
7
## 2. Set up GitHub
8
8
9
+ ### 2.1.0 Installation instructions for Windows
10
+
11
+ We strongly suggest that Windows users set up [ WSL] ( https://learn.microsoft.com/en-us/windows/wsl/ )
12
+
13
+ Follow [ these instructions] ( https://learn.microsoft.com/en-us/windows/wsl/install ) to install WSL.
14
+
15
+ Next, install conda in your WSL environment. Copy the location of the proper installation script for your hardware. Make sure you choose ` Linux ` !
16
+ ![ image] ( https://github.com/user-attachments/assets/ee91427d-ee52-45c0-adca-3d8b7b540ba2 )
17
+
18
+ Then run the following script in your WSL terminal (we've provided an example URL below).
19
+
20
+ ``` shell
21
+ wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
22
+ ```
23
+
24
+ And run the installer
25
+
26
+ ``` shell
27
+ ./Miniconda3-latest-Linux-x86_64.sh
28
+ ```
29
+
9
30
### 2.1.1 Installation instructions for Mac
10
31
11
32
Install Homebrew (the command below was copied from <www.brew.sh>)
You can’t perform that action at this time.
0 commit comments