Skip to content

Commit

Permalink
update readme for windows users
Browse files Browse the repository at this point in the history
  • Loading branch information
runninghsus committed Nov 17, 2020
1 parent f33a447 commit ed13ee2
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,20 @@ git clone https://github.com/YttriLab/B-SOID.git
#### Step 1: Setup, open an anaconda/python3 instance and install dependencies with the requirements file
```
cd /path/to/B-SOID/
conda env create -n bsoid_v2 -f requirements.yaml
```

For MacOS users
```
conda env create -n bsoid_v2 -f requirements.yaml (macOS)
```

or for Windows users

```
conda env create -n bsoid_v2 -f requirements_win.yaml (windows)
```

```
conda activate bsoid_v2
```

Expand Down

0 comments on commit ed13ee2

Please sign in to comment.