Skip to content

Commit

Permalink
Update INSTALLATION.md
Browse files Browse the repository at this point in the history
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
  • Loading branch information
r0nk authored Mar 27, 2022
1 parent e046d33 commit 08b3eea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The [conda](https://docs.conda.io/en/latest/miniconda.html) package manager is u
Execute the following commands from a terminal window (e.g powershell)
Make sure you are inside the godot_rl_agents directory
```
conda create env
conda env create
conda activate gdrl_conda
conda install -c conda-forge brotlipy # this may we required on windows
Expand All @@ -25,7 +25,7 @@ The [conda](https://docs.conda.io/en/latest/miniconda.html) package manager is u
Execute the following commands from a terminal window
Make sure you are inside the godot_rl_agents directory
```
conda create env
conda env create
conda activate gdrl_conda
conda install -c conda-forge brotlipy # this may we required on windows
Expand Down

0 comments on commit 08b3eea

Please sign in to comment.