Skip to content

Commit

Permalink
Merge pull request #13 from r0nk/patch-1
Browse files Browse the repository at this point in the history
Update INSTALLATION.md to fix out of order conda installation instruction.
  • Loading branch information
edbeeching authored Mar 28, 2022
2 parents e046d33 + 08b3eea commit 312d418
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 312d418

Please sign in to comment.