Skip to content

Commit 526a5c2

Browse files
committed
update env setup for win
1 parent d2f2ad7 commit 526a5c2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,14 @@ where $l_{v}(\cdot)$ is a voltage barrier function that measures whether the vol
7171

7272
1. Install [Anaconda](https://www.anaconda.com/products/individual#Downloads).
7373
2. After cloning or downloading this repository, assure that the current directory is `[your own parent path]/MAPDN`.
74-
3. Execute the following command.
74+
3. If you are on Linux OS (e.g. Ubuntu), please execute the following command.
7575
```bash
7676
conda env create -f environment.yml
7777
```
78+
If you are on Windows OS, please execute the following command.
79+
```bash
80+
conda env create -f environment_win.yml
81+
```
7882
4. Activate the installed virtual environment using the following command.
7983
```bash
8084
conda activate mapdn

0 commit comments

Comments
 (0)