From f6c2d965ce2d6e159b8ea6f3256efe3cd1089574 Mon Sep 17 00:00:00 2001 From: Brandon Rhodes Date: Sat, 3 Feb 2018 12:27:53 -0500 Subject: [PATCH] Make README test instructions more complete --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f347169..f9efdb2 100644 --- a/README.md +++ b/README.md @@ -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!