diff --git a/Examples/PySAMWorkshop.ipynb b/Examples/PySAMWorkshop.ipynb index 14530c2..e2f86de 100644 --- a/Examples/PySAMWorkshop.ipynb +++ b/Examples/PySAMWorkshop.ipynb @@ -28,11 +28,6 @@ "PyPi: \n", "```\n", "pip install nrel-pysam\n", - "```\n", - "\n", - "Anaconda:\n", - "```\n", - "conda install -c nrel nrel-pysam\n", "```" ] }, diff --git a/docs/installation.rst b/docs/installation.rst index 40fc1ab..39e1f7c 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -1,7 +1,7 @@ Installing PySAM ========================================== -PySAM for Python 3.6 to 3.10 is available on PyPi and Anaconda as nrel-pysam to distinguish it from the completely unrelated pysam package for genomic data sets. +PySAM for Python 3.8 to 3.13 is available on PyPi as nrel-pysam to distinguish it from the completely unrelated pysam package for genomic data sets. PyPI ------------------------------------------ @@ -9,12 +9,3 @@ PyPI .. code:: bash pip install nrel-pysam - -Anaconda ------------------------------------------- - -For Anaconda, be sure to specify the `NREL channel `_. - -.. code:: bash - - conda install -c nrel nrel-pysam