Update conda documentation

This commit is contained in:
Eren Dogan 2023-05-11 16:47:42 -07:00
parent 8ac95c19a4
commit d7602bc836
1 changed files with 6 additions and 0 deletions

View File

@ -37,6 +37,12 @@ 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.
You can also tell OpenRAM where Anaconda should be installed or which Anaconda
setup it should use. You can set the `$CONDA_HOME` variable like this:
```
export CONDA_HOME="/path/to/conda/setup"
```
> **Note**: If you want to install Anaconda without running OpenRAM (for example
> to run unit tests, which do not install Anaconda), you can run:
> ```