... | ... | @@ -8,8 +8,8 @@ |
|
|
* Synchronize updates in the environment's software dependencies.
|
|
|
``` bash
|
|
|
user@host:~/repo/blocks$ conda deactivate
|
|
|
user@host:~/repo/blocks$ conda env update --file annotation.yml
|
|
|
user@host:~/repo/blocks$ conda activate annotation
|
|
|
user@host:~/repo/blocks$ conda env update --file blocks-analysis.yml
|
|
|
user@host:~/repo/blocks$ conda activate blocks-analysis
|
|
|
```
|
|
|
|
|
|
# Pulling from git when your local version has been modified
|
... | ... | |