Add reference to install_conda.sh script

This commit is contained in:
Samuel Crow
2023-02-20 22:58:59 -08:00
committed by GitHub
parent 3348fc0a16
commit 58e42d3999
+6
View File
@@ -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)