Skip to content

Commit

Permalink
Merge pull request #64 from raybellwaves/master
Browse files Browse the repository at this point in the history
DOC: add conda install info
  • Loading branch information
Joe Hamman committed May 23, 2018
2 parents 2edcd96 + b43c406 commit e0c2484
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions docs/install.rst
Original file line number Diff line number Diff line change
@@ -1,17 +1,25 @@
Installing
==========

You can install dask-jobqueue with ``pip``, or by installing from source.
You can install dask-jobqueue with ``pip``, ``conda``, or by installing from source.

Pip
---

Pip can be used to install both dask-jobqueue and its dependencies (e.g. dask,
distributed, NumPy, Pandas, and so on that are necessary for different
distributed, NumPy, Pandas, etc., that are necessary for different
workloads).::

pip install "dask_jobqueue" # Install everything from last released version

Conda
-----

To install the latest version of dask-jobqueue from the
`conda-forge <https://conda-forge.github.io/>`_ repository using
`conda <https://www.anaconda.com/downloads>`_::

conda install dask-jobqueue -c conda-forge

Install from Source
-------------------
Expand Down

0 comments on commit e0c2484

Please sign in to comment.