From f19dbbd88afd55a153d222b6cb128a543fd407ec Mon Sep 17 00:00:00 2001 From: Akshit Tyagi Date: Thu, 5 Jan 2023 18:09:28 +0530 Subject: [PATCH] update install instructions for conda --- doc/index.rst | 2 +- doc/users/getting_started/index.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/index.rst b/doc/index.rst index d83f09de6b08..fc911ea12296 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -32,7 +32,7 @@ Installation .. code-block:: bash - conda install matplotlib + conda install -c conda-forge matplotlib Further details are available in the :doc:`Installation Guide `. diff --git a/doc/users/getting_started/index.rst b/doc/users/getting_started/index.rst index 4b90ab09b860..ec1f769e5e78 100644 --- a/doc/users/getting_started/index.rst +++ b/doc/users/getting_started/index.rst @@ -20,7 +20,7 @@ Installation quick-start .. code-block:: bash - conda install matplotlib + conda install -c conda-forge matplotlib Further details are available in the :doc:`Installation Guide `.