Update SetupConda authored by Erik von Reis's avatar Erik von Reis
......@@ -53,7 +53,7 @@ https://apt.ligo-wa.caltech.edu/sources/conda/environments/linux-64/cds-py37.yam
Create the environment as with this example:
```
conda env create --file https://apt.ligo-wa.caltech.edu/sources/conda/environments/linux-64/cds-py37.yaml
mamba env create --file https://apt.ligo-wa.caltech.edu/sources/conda/environments/linux-64/cds-py37.yaml
```
The exact url will depend on which environment file you wish to use.
......@@ -81,7 +81,7 @@ Enjoy!
Updating an environment is almost the same
```
conda env create --file https://apt.ligo-wa.caltech.edu/sources/conda/environments/linux-64/cds-py37.yaml --prune
mamba env create --file https://apt.ligo-wa.caltech.edu/sources/conda/environments/linux-64/cds-py37.yaml --prune
```
```--prune``` removes packages not needed after the update.
\ No newline at end of file