Skip to content

Commit 08b3eea

Browse files
authored
Update INSTALLATION.md
I was running into an issue trying to install, I'm pretty sure the command is out of order here. https://stackoverflow.com/questions/56871882/condavalueerror-the-target-prefix-is-the-base-prefix-aborting
1 parent e046d33 commit 08b3eea

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)