Skip to content

Commit

Permalink
install using conda
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Oct 15, 2015
1 parent 6bcaa65 commit 5668b59
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,15 @@ Installation
############

Released versions of spec2nexus are available on `PyPI
<https://pypi.python.org/pypi/spec2nexus>`_. If you have the `Python Setup Tools
<https://pypi.python.org/pypi/setuptools>`_ installed, then you can install::
<https://pypi.python.org/pypi/spec2nexus>`_.

$ easy_install spec2nexus
If you have ``pip`` installed, then you can install::

$ pip install spec2nexus

If you are using Anaconda Python and have ``conda`` installed, then you can install::

$ conda install -c http://conda.anaconda.org/prjemian spec2nexus

The latest development versions of spec2nexus can be downloaded from the
GitHub repository listed above::
Expand Down

0 comments on commit 5668b59

Please sign in to comment.