mirror of https://github.com/VLSIDA/OpenRAM.git
Add reference to install_conda.sh script
This commit is contained in:
parent
3348fc0a16
commit
58e42d3999
|
|
@ -52,6 +52,12 @@ worry about updating/installing these tools. OpenRAM installs Anaconda silently
|
|||
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.
|
||||
|
||||
If you want to install Anaconda without running OpenRAM (for example to run unit tests, which do not install Anaconda), you can run:
|
||||
```
|
||||
cd OpenRAM
|
||||
./install_conda.sh
|
||||
```
|
||||
|
||||
|
||||
|
||||
## Docker (deprecated, use Anaconda instead)
|
||||
|
|
|
|||
Loading…
Reference in New Issue