Skip to content

Commit 312d418

Browse files
authored
Merge pull request #13 from r0nk/patch-1
Update INSTALLATION.md to fix out of order conda installation instruction.
2 parents e046d33 + 08b3eea commit 312d418

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/INSTALLATION.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The [conda](https://docs.conda.io/en/latest/miniconda.html) package manager is u
1313
Execute the following commands from a terminal window (e.g powershell)
1414
Make sure you are inside the godot_rl_agents directory
1515
```
16-
conda create env
16+
conda env create
1717
conda activate gdrl_conda
1818
conda install -c conda-forge brotlipy # this may we required on windows
1919
@@ -25,7 +25,7 @@ The [conda](https://docs.conda.io/en/latest/miniconda.html) package manager is u
2525
Execute the following commands from a terminal window
2626
Make sure you are inside the godot_rl_agents directory
2727
```
28-
conda create env
28+
conda env create
2929
conda activate gdrl_conda
3030
conda install -c conda-forge brotlipy # this may we required on windows
3131

0 commit comments

Comments
 (0)