Skip to content

Commit 4ef5ad9

Browse files
committed
fix- rebase to drop modified access to files & keep minor changes from commit 9ce57b4
1 parent fd33d17 commit 4ef5ad9

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

.gitattributes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
* text=auto
2+
*.sh text eol=lf
3+
*.conf text eol=lf
4+
*.bash text eol=lf
5+
*.yml text eol=lf

usecases_examples/PowerGrid/README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,21 @@ Follow this section in case you are working on localhost, and without Docker.
4343

4444
### Create a virtual environment
4545
```commandline
46-
cd InteractiveAI/usecases_examples/PowerGrid
47-
pip3 install -U virtualenv
48-
python3 -m virtualenv venv_grid2op
46+
cd usecases_examples/PowerGrid
47+
python3 -m venv venv_grid2op
4948
```
5049

5150
### Enter the virtual environment
51+
- On Linux based systems:
5252
```commandline
5353
source venv_grid2op/bin/activate
5454
```
5555

56+
- On Windows based systems:
57+
```commandline
58+
source venv_grid2op/scripts/activate
59+
```
60+
5661
## 1.3 Installation of the simulator layer
5762
Either use CASE 1 or CASE 2 to install the PowerGrid's simulator of your choice.
5863

0 commit comments

Comments
 (0)