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 eb28615 + 790fc27 commit 4cada78Copy full SHA for 4cada78
src/user/introduction.rst
@@ -47,9 +47,11 @@ conda-forge is a community effort that tackles these issues:
47
How can I install packages from conda-forge?
48
--------------------------------------------
49
50
-Using conda-forge is easy! Make sure you have ``conda >=4.9``,
51
-then you just have to register the conda-forge channel as a package source for conda,
52
-and activate the ``strict`` channel priority (``strict`` will be activated by default in conda 5.0).
+Using conda-forge is easy!
+
+ - 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).
55
56
.. code-block:: bash
57
0 commit comments