Skip to content

Commit f83ad76

Browse files
authored
Merge pull request #328 from tferr/patch-1
docs: Correct instructions for mamba config
2 parents 507c8d5 + 40dbb22 commit f83ad76

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/Install.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ environments.
1616
1. [Install Miniforge3](https://github.com/conda-forge/miniforge#miniforge3).
1717
**OR:** If you already have `mamba` installed, activate conda-forge:
1818
```
19+
mamba config append channels conda-forge
20+
mamba config set channel_priority strict
21+
```
22+
On the other hand, if you are using `conda` (not recommended):
23+
```
1924
conda config --add channels conda-forge
2025
conda config --set channel_priority strict
2126
```

0 commit comments

Comments
 (0)