Skip to content

Commit

Permalink
Add instructions for installing via conda
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpitkin committed May 14, 2021
1 parent e4c9eae commit afe1e54
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ To install ``zeus`` using ``pip`` run:
pip install zeus-mcmc
```

To install ``zeus`` in a [[Ana]Conda](https://conda.io/projects/conda/en/latest/index.html) environment use:

```bash
conda install -c conda-forge zeus-mcmc
```

## Attribution

Please cite the following papers if you found this code useful in your research:
Expand Down
8 changes: 7 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@ To install ``zeus`` using ``pip`` run:
pip install zeus-mcmc
To install ``zeus`` in a `[Ana]Conda <https://conda.io/projects/conda/en/latest/index.html>`_ environment use:

.. code:: bash
conda install -c conda-forge zeus-mcmc
Getting Started
===============
Expand Down Expand Up @@ -172,4 +178,4 @@ Changelog
:hidden:

faq
api
api

0 comments on commit afe1e54

Please sign in to comment.