Skip to content

Commit

Permalink
Update installation.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-muthukrishna committed Jan 19, 2018
1 parent c9690bf commit 922ff81
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,20 @@ Installation

Using pip
---------
The easiest and preferred way to install DASH is with pip:
The easiest and preferred way to install DASH (to ensure the latest stable version) is using pip:

.. code-block:: bash
pip install astrodash --upgrade
From Source
-----------
Alternatively, the source code can be downloaded from GitHub by running the following command:

.. code-block:: bash
git clone https://github.com/daniel-muthukrishna/DASH.git
Dependencies
------------
Using pip to install DASH will automatically install the mandatory dependencies: numpy, scipy, specutils, pyqtgraph, and tensorflow.
Expand All @@ -42,20 +43,11 @@ DASH can be run on Mac (tested on Sierra 10.12), most Linux distributions (teste

1. Mac and Linux distributions:

DASH is available on both Python2 and Python3 distributions, and easily installed with

.. code-block:: bash
pip install astrodash
DASH is available on both Python2 and Python3 distributions, and is easily installed with pip.

2. Windows:

Currently one of the primary dependencies, Tensorflow, is only available on Python 3 for Windows.
So DASH is available on Python 3 distributions. It can be installed with:

.. code-block:: bash
pip install astrodash
DASH is only available on Python 3 distributions on Windows (due to the availablity of one of the primary dependencies, Tensorflow). It can be installed with pip.

If this fails, try first installing specutils with the following:

Expand Down

0 comments on commit 922ff81

Please sign in to comment.