Skip to content

Commit

Permalink
update Anaconda availability
Browse files Browse the repository at this point in the history
  • Loading branch information
dguittet committed Dec 23, 2024
1 parent abce356 commit 4db70cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
5 changes: 0 additions & 5 deletions Examples/PySAMWorkshop.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@
"PyPi: \n",
"```\n",
"pip install nrel-pysam\n",
"```\n",
"\n",
"Anaconda:\n",
"```\n",
"conda install -c nrel nrel-pysam\n",
"```"
]
},
Expand Down
11 changes: 1 addition & 10 deletions docs/installation.rst
Original file line number Diff line number Diff line change
@@ -1,20 +1,11 @@
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
------------------------------------------

.. code:: bash
pip install nrel-pysam
Anaconda
------------------------------------------

For Anaconda, be sure to specify the `NREL channel <https://anaconda.org/NREL>`_.

.. code:: bash
conda install -c nrel nrel-pysam

0 comments on commit 4db70cd

Please sign in to comment.