mirror of https://github.com/VLSIDA/OpenRAM.git
Add note on how to uninstall conda
This commit is contained in:
parent
f7a24aafb7
commit
71a8394cf8
|
|
@ -40,6 +40,12 @@ have installed on your system.
|
||||||
> ./install_conda.sh
|
> ./install_conda.sh
|
||||||
> ```
|
> ```
|
||||||
|
|
||||||
|
> **Note**: You can uninstall OpenRAM's Anaconda installation by running this
|
||||||
|
> command:
|
||||||
|
> ```
|
||||||
|
> rm -rf miniconda
|
||||||
|
> ```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Docker (deprecated, use Anaconda instead)
|
## Docker (deprecated, use Anaconda instead)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue