Add note on how to uninstall conda

This commit is contained in:
Eren Dogan 2023-04-10 14:30:30 -07:00
parent f7a24aafb7
commit 71a8394cf8
1 changed files with 6 additions and 0 deletions

View File

@ -40,6 +40,12 @@ have installed on your system.
> ./install_conda.sh
> ```
> **Note**: You can uninstall OpenRAM's Anaconda installation by running this
> command:
> ```
> rm -rf miniconda
> ```
## Docker (deprecated, use Anaconda instead)