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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

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)