Skip to content

Commit 4cada78

Browse files
authored
Merge pull request #1291 from ForgottenProgramme/patch-3
Fix #1283 : Configuration steps put into list form
2 parents eb28615 + 790fc27 commit 4cada78

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/user/introduction.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,11 @@ conda-forge is a community effort that tackles these issues:
4747
How can I install packages from conda-forge?
4848
--------------------------------------------
4949

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).
50+
Using conda-forge is easy!
51+
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).
5355

5456
.. code-block:: bash
5557

0 commit comments

Comments
 (0)