mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-29 01:24:39 +02:00
Add reference to install_conda.sh script
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user