From 08b3eea2e91686ce046e00a521301446197f57f8 Mon Sep 17 00:00:00 2001 From: r0nk Date: Sun, 27 Mar 2022 14:06:06 -0500 Subject: [PATCH] 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 --- docs/INSTALLATION.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/INSTALLATION.md b/docs/INSTALLATION.md index fbf9cc96..cd8205f5 100644 --- a/docs/INSTALLATION.md +++ b/docs/INSTALLATION.md @@ -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 @@ -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