mirror of https://github.com/VLSIDA/OpenRAM.git
Update conda documentation
This commit is contained in:
parent
8ac95c19a4
commit
d7602bc836
|
|
@ -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
|
`use_conda = False` in your config file. Then, OpenRAM will use the tools you
|
||||||
have installed on your system.
|
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
|
> **Note**: If you want to install Anaconda without running OpenRAM (for example
|
||||||
> to run unit tests, which do not install Anaconda), you can run:
|
> to run unit tests, which do not install Anaconda), you can run:
|
||||||
> ```
|
> ```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue