EarthScope / rover

ROVER: robust data access tool for FDSN data centers
https://earthscope.github.io/rover/
Other
10 stars 1 forks source link

Support for fetching, building and installing mseedindex from pip #94

Closed nick-falco closed 5 years ago

nick-falco commented 5 years ago

If one runs:

pip install rover --install-option="--mseedindex"

or locally

pip install . --install-option="--mseedindex" or (developer mode) pip install -e . --install-option="--mseedindex"

then the setup.py module will try to automatically download and install mseedindex before installing ROVER into the active python environment.

nick-falco commented 5 years ago

I just realized I had made these changes on top of the fix_87 branch.

nick-falco commented 5 years ago

I forced pushed so that these changes are now relative to the current master branch.

nick-falco commented 5 years ago

I haven't tested installing ROVER + mseedindex from PyPI yet. We should create a test PyPI entry for ROVER on https://test.pypi.org/ once we are happy with the install procedure / command.