File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -50,12 +50,22 @@ How can I install packages from conda-forge?
50
50
Using conda-forge is easy!
51
51
52
52
- Make sure you have ``conda >=4.9 ``.
53
- - Add `` conda-forge `` as the highest priority channel.
54
- - Activate `` strict `` channel priority (`` strict `` will be activated by default in conda 5.0).
53
+
54
+ .. code-block :: bash
55
55
56
- .. code-block :: bash
56
+ conda --version
57
+ conda update conda
58
+
59
+ - Add ``conda-forge `` as the highest priority channel.
60
+
61
+ .. code-block :: bash
57
62
58
63
conda config --add channels conda-forge
64
+
65
+ - Activate ``strict `` channel priority (``strict `` will be activated by default in conda 5.0).
66
+
67
+ .. code-block :: bash
68
+
59
69
conda config --set channel_priority strict
60
70
61
71
You can’t perform that action at this time.
0 commit comments