Skip to content

Commit

Permalink
add conda install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
kbarbary committed Dec 6, 2016
1 parent 5dafd02 commit 792161d
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,18 @@ instructions.
Installation
------------

SEP can be installed with `pip <https://pip.pypa.io>`_. After ensuring
with conda
..........

SEP can be installed with conda from the ``openastronomy`` channel::

conda install -c openastronomy sep


with pip
........

SEP can also be installed with `pip <https://pip.pypa.io>`_. After ensuring
that numpy is installed, run ::

pip install --no-deps sep
Expand Down

0 comments on commit 792161d

Please sign in to comment.