Skip to content

Commit

Permalink
Merge pull request #168 from DougBurke/patch-1
Browse files Browse the repository at this point in the history
Sherpa supports Python 3
  • Loading branch information
zblz committed Dec 7, 2018
2 parents 5c17cad + 0f73ef0 commit 787da5a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ installed: `Numpy <http://www.numpy.org>`_, `Scipy <http://www.scipy.org>`_,
`h5py <http://www.h5py.org>`_. These will be installed automatically if you
follow one of the installation methods below.

The :ref:`sherpamod` can be used if the Sherpa package is installed.

All of the above packages are available in a typical scientific python
installation (or in all-in-one Python installations such as the `Anaconda Python
Distribution <http://continuum.io/downloads>`_) or can be installed through
Expand Down Expand Up @@ -40,10 +42,6 @@ or only Naima::

$ conda update naima

Note that if you want to use the :ref:`sherpamod` you have to use a Python 2
version of Anaconda, as sherpa is not yet compatible with Python 3. Otherwise,
all dependencies are available in both Python 2 and 3.

Using pip
+++++++++

Expand Down

0 comments on commit 787da5a

Please sign in to comment.