Make README test instructions more complete

This commit is contained in:
Brandon Rhodes 2018-02-03 12:27:53 -05:00
parent 0a983f956c
commit f6c2d965ce
1 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,9 @@ This repository is where `jplephem` is maintained. You will find its
source code beneath the `jplephem` directory that sits alongside the
`setup.py` file. You can run its tests with:
wget https://naif.jpl.nasa.gov/pub/naif/generic_kernels/spk/planets/a_old_versions/de405.bsp
wget https://naif.jpl.nasa.gov/pub/naif/generic_kernels/spk/planets/a_old_versions/de421.bsp
pip install de421
python -m unittest discover jplephem
Enjoy!