Skip to content

Commit

Permalink
DOC: Add instructions for installing with conda (#517)
Browse files Browse the repository at this point in the history
Closes #494
  • Loading branch information
drewejohnson authored Jun 12, 2024
1 parent e7d97bf commit 336c2dc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ For more detailed instructions, including operating-system specific
instructions and building from source, see
`Installation Guide <http://serpent-tools.readthedocs.io/en/latest/install.html>`_.

Alternatively, use ``conda`` with::

$ conda install -c conda-forge serpentTools

Issues
======

Expand Down
9 changes: 9 additions & 0 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,15 @@ dependency group with::

$ pip install "serpentTools[extras]"

.. _install-conda:

Installing from Conda
====================

``serpentTools`` can also be installed via :term:`conda` with::

$ conda install -c conda-forge serpentTools

.. _install-release:

Installing from a Release
Expand Down

0 comments on commit 336c2dc

Please sign in to comment.