Skip to content

Commit

Permalink
Merge pull request #19 from wkerzendorf/conda_env
Browse files Browse the repository at this point in the history
Adds conda env for astrodash
  • Loading branch information
daniel-muthukrishna committed Apr 26, 2019
2 parents 933b67a + 89d8349 commit 00d77ce
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ In a terminal run:
2. Dependencies
---------------

The dependencies can easily be installed by downloading the conda environment file at https://raw.githubusercontent.com/wkerzendorf/astrodash/master/astrodash_env.yml and
then running it with `conda env install -f astrodash_env.yml`.

Using pip to install DASH will automatically install the mandatory dependencies: numpy, scipy, pyqtgraph, and tensorflow.

PyQt5 is the final dependency, and is optional. It is only required if you would like to use the graphical interface.
Expand Down
13 changes: 13 additions & 0 deletions astrodash_env.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: astrodash

channels:
- conda-forge

dependencies:
- python=3
- pyqt=5
#testing requirements
- git-lfs=2.4
- pip:
- astrodash

0 comments on commit 00d77ce

Please sign in to comment.