Skip to content

Commit

Permalink
Add conda install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
IAlibay committed Dec 29, 2023
1 parent b143c67 commit c10bb0b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/source/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,23 @@ This page details how to get started with PathSimAnalysis.
Installation
------------

Conda / Mamba
-------------

You can install `pathsimanalysis from the conda-forge channel <https://anaconda.org/conda-forge/pathsimanalysis>`_ with:

.. code-block:: sh
conda install -c conda-forge pathsimanalysis
or alternatively with :program:`mamba` if you have it installed:

.. code-block:: sh
mamba install -c conda-forge pathsimanalysis
PyPi
~~~~

Expand Down

0 comments on commit c10bb0b

Please sign in to comment.