Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cbaeadb

Browse files
authored
Merge pull request #24888 from exitflynn/docc
update install instructions for conda
2 parents 274a4a9 + f19dbbd commit cbaeadb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Installation
3232

3333
.. code-block:: bash
3434
35-
conda install matplotlib
35+
conda install -c conda-forge matplotlib
3636
3737
Further details are available in the :doc:`Installation Guide <users/installing/index>`.
3838

doc/users/getting_started/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Installation quick-start
2020

2121
.. code-block:: bash
2222
23-
conda install matplotlib
23+
conda install -c conda-forge matplotlib
2424
2525
Further details are available in the :doc:`Installation Guide </users/installing/index>`.
2626

0 commit comments

Comments
 (0)