Skip to content

Commit

Permalink
Update installation instructions so conda is the preferred method ins…
Browse files Browse the repository at this point in the history
…tead of pip. (#88)
  • Loading branch information
GenevieveBuckley authored and jakirkham committed Feb 1, 2019
1 parent 38c645c commit 9eaa76a
Showing 1 changed file with 18 additions and 5 deletions.
23 changes: 18 additions & 5 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,28 @@ To install dask-image, run this command in your terminal:

.. code-block:: console
$ pip install dask-image
$ conda install -c conda-forge dask-image
This is the preferred method to install dask-image, as it will always install
the most recent stable release.

If you don't have `conda`_ installed, you can download and install it with the
`Anaconda distribution here`_.

Alternatively, you can install dask-image with pip:

This is the preferred method to install dask-image, as it will always install the most recent stable release.
.. code-block:: console
$ pip install dask-image
If you don't have `pip`_ installed, this `Python installation guide`_ can guide
you through the process.
If you don't have `pip`_ installed, this `Python installation guide`_
can guide you through the process.

.. _conda: https://conda.io/en/latest/
.. _Anaconda distribution here: https://www.anaconda.com/distribution/
.. _pip: https://pip.pypa.io
.. _Python installation guide: http://docs.python-guide.org/en/latest/starting/installation/
.. _Python installation guide:
http://docs.python-guide.org/en/latest/starting/installation/


From sources
Expand Down

0 comments on commit 9eaa76a

Please sign in to comment.