mirror of https://github.com/VLSIDA/OpenRAM.git
Add instructions to update a tool on conda
This commit is contained in:
parent
f3f18022cd
commit
441aff8e09
|
|
@ -49,6 +49,13 @@ have installed on your system.
|
|||
> rm -rf miniconda
|
||||
> ```
|
||||
|
||||
> **Note**: You can change a tool's version with the following commands:
|
||||
> ```
|
||||
> source ./miniconda/bin/activate
|
||||
> conda uninstall <tool>
|
||||
> conda install -y -c vlsida-eda <tool>=<version>
|
||||
> ```
|
||||
|
||||
|
||||
|
||||
## Docker (deprecated, use Anaconda instead)
|
||||
|
|
|
|||
Loading…
Reference in New Issue