Skip to content

Commit 69c1556

Browse files
Added code block below each configuration step
1 parent af16448 commit 69c1556

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

src/user/introduction.rst

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,22 @@ How can I install packages from conda-forge?
5050
Using conda-forge is easy!
5151

5252
- 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
5555
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
5762
5863
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+
5969
conda config --set channel_priority strict
6070
6171

0 commit comments

Comments
 (0)