File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ conda-forge is a community effort that tackles these issues:
44
44
- Many packages are updated by multiple maintainers with an easy option to become a maintainer.
45
45
- An active core developer team is trying to also maintain abandoned packages.
46
46
47
- You can refer to the glossary [ Glossary] ( ../glossary.md ) .
47
+ You can refer to the [ Glossary] ( ../glossary.md ) .
48
48
49
49
<a id =" how-to-install " ></a >
50
50
@@ -54,16 +54,16 @@ You can refer to the glossary [Glossary](../glossary.md).
54
54
55
55
Using conda-forge is easy!
56
56
57
- - Make sure you have ` conda >=4.9 ` .
57
+ - Make sure you have ` conda >=4.9 ` :
58
58
``` bash
59
59
conda --version
60
60
conda update conda
61
61
```
62
- - Add conda-forge as the highest priority channel.
62
+ - Add conda-forge as the highest priority channel:
63
63
``` bash
64
64
conda config --add channels conda-forge
65
65
```
66
- - Activate ` strict ` channel priority (` strict ` will be activated by default in conda 5.0).
66
+ - Activate ` strict ` channel priority (` strict ` will be activated by default in conda 5.0):
67
67
``` bash
68
68
conda config --set channel_priority strict
69
69
```
You can’t perform that action at this time.
0 commit comments