Add instructions to update a tool on conda

This commit is contained in:
Eren Dogan 2023-04-12 12:06:30 -07:00
parent f3f18022cd
commit 441aff8e09
1 changed files with 7 additions and 0 deletions

View File

@ -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)