python-astrodynamics / spacetrack

Python client for space-track.org
MIT License
74 stars 15 forks source link

Missing module responses #6

Closed OrbitalMechanic closed 8 years ago

OrbitalMechanic commented 8 years ago

I successfully built spacetrack on a MacBook Pro running Mac OS X ver. 10.11.5 (El Capitan) under Python 2.7 in the Anaconda distribution. The problem I'm having is running the test script test spacetrack.py. I get a message the module responses couldn't be found. Is there a prerequisite I missed?

Please advise.

Sam Dupree.

RazerM commented 8 years ago

The test dependencies can be installed using the test extra:

pip install .[test]

(if you're in the same folder as setup.py)

I should document this somewhere, maybe both docs and the README.