Add instructions to update a tool on conda

This commit is contained in:
Eren Dogan
2023-04-12 13:18:00 -07:00
parent f3f18022cd
commit 441aff8e09
+7
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)