We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 507c8d5 + 40dbb22 commit f83ad76Copy full SHA for f83ad76
doc/Install.md
@@ -16,6 +16,11 @@ environments.
16
1. [Install Miniforge3](https://github.com/conda-forge/miniforge#miniforge3).
17
**OR:** If you already have `mamba` installed, activate conda-forge:
18
```
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
24
conda config --add channels conda-forge
25
conda config --set channel_priority strict
26
0 commit comments