Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Corrected scipy installation using anaconda in windows 10 #32

Closed
wants to merge 3 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion doc/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -134,12 +134,14 @@ Install dependencies (Linux / OS-X) ::
$ conda install tifffile scipy matplotlib h5py astropy
$ conda install pillow shapely randomcolor pywavelets


Install dependencies (Windows) ::

$ conda config --add channels conda-forge
$ conda install numpy pytest pytest-runner
$ conda install m2w64-toolchain tifffile scipy h5py astropy
$ conda install m2w64-toolchain tifffile h5py astropy
$ conda install matplotlib pillow shapely randomcolor pywavelets
$ conda install -c anaconda scipy

Get the ``storm-analysis`` source code using git ::

Expand Down