File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -71,10 +71,14 @@ where $l_{v}(\cdot)$ is a voltage barrier function that measures whether the vol
71
71
72
72
1 . Install [ Anaconda] ( https://www.anaconda.com/products/individual#Downloads ) .
73
73
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.
75
75
``` bash
76
76
conda env create -f environment.yml
77
77
```
78
+ If you are on Windows OS, please execute the following command.
79
+ ``` bash
80
+ conda env create -f environment_win.yml
81
+ ```
78
82
4 . Activate the installed virtual environment using the following command.
79
83
``` bash
80
84
conda activate mapdn
You can’t perform that action at this time.
0 commit comments