diff --git a/docs/installguide.rst b/docs/installguide.rst index 4eb7a7ac8..be0c7466f 100644 --- a/docs/installguide.rst +++ b/docs/installguide.rst @@ -59,6 +59,11 @@ Siphon can also be installed through ``conda``: .. parsed-literal:: conda install -c unidata siphon +Additionally, Siphon can be installed with ``conda-forge``: + +.. parsed-literal:: + conda install -c conda-forge siphon + The source code can also be grabbed from `GitHub `_. From the base of the source directory, run: @@ -67,6 +72,7 @@ the base of the source directory, run: This will build and install Siphon into your current Python installation. + -------- Examples --------