Skip to content

Commit 380f716

Browse files
authored
Update DEV_SETUP.md with Windows instructions
Point users to WSL for installation. Add instructions for Conda installation.
1 parent e692b0d commit 380f716

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

docs/DEV_SETUP.md

+21
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,27 @@
66

77
## 2. Set up GitHub
88

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+
930
### 2.1.1 Installation instructions for Mac
1031

1132
Install Homebrew (the command below was copied from <www.brew.sh>)

0 commit comments

Comments
 (0)