From f3f18022cdc5e84e56023ffbd21cd0e5d7437000 Mon Sep 17 00:00:00 2001 From: Eren Dogan Date: Tue, 11 Apr 2023 11:13:38 -0700 Subject: [PATCH] Update conda documentation --- docs/source/basic_setup.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/source/basic_setup.md b/docs/source/basic_setup.md index ccac8cd3..b936937a 100644 --- a/docs/source/basic_setup.md +++ b/docs/source/basic_setup.md @@ -30,6 +30,9 @@ you don't have to worry about updating/installing these tools. OpenRAM installs Anaconda silently in the background (without affecting any existing Anaconda setup you have). +You don't have to manually activate/deactivate the Anaconda environment. OpenRAM +automatically manages this before and after running the tools. + OpenRAM uses Anaconda by default, but you can turn this feature off by setting `use_conda = False` in your config file. Then, OpenRAM will use the tools you have installed on your system. @@ -40,8 +43,8 @@ have installed on your system. > ./install_conda.sh > ``` -> **Note**: You can uninstall OpenRAM's Anaconda installation by running this -> command: +> **Note**: You can uninstall OpenRAM's Anaconda installation by simply deleting +> the folder Anaconda is installed to. You can run: > ``` > rm -rf miniconda > ```