Skip to content

Commit

Permalink
update env setup for win
Browse files Browse the repository at this point in the history
  • Loading branch information
hsvgbkhgbv committed Nov 15, 2021
1 parent d2f2ad7 commit 526a5c2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,14 @@ where $l_{v}(\cdot)$ is a voltage barrier function that measures whether the vol

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

0 comments on commit 526a5c2

Please sign in to comment.