Skip to content

Commit

Permalink
Added more dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ayshih committed Feb 10, 2016
1 parent 0eb60f1 commit 2f39f55
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ This package depends on:
* SciPy
* matplotlib
* Cython, and corresponding build environment for compiling C code
* scikit-image
* Astropy

However, rather than installing these packages individually, it is highly recommended that one instead use a scientific Python distribution (e.g., `Anaconda <https://www.continuum.io/downloads>`_), which will include useful packages such as Jupyter Notebook (fomerly IPython Notebook).

Expand Down
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
install_requires=['numpy',
'scipy',
'matplotlib',
'cython'],
'cython',
'scikit-image',
'astropy'],
ext_modules = cythonize(ext_modules, annotate=True),
url='',
license='See LICENSE.txt',
Expand Down

0 comments on commit 2f39f55

Please sign in to comment.