diff options
author | Joe Hunkeler <jhunkeler@gmail.com> | 2015-09-02 12:26:16 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunkeler@gmail.com> | 2015-09-02 12:26:16 -0400 |
commit | 57d3cd7f5ef7a335fbb0c948951dc174feedde65 (patch) | |
tree | 72df3120ece75594e0b69deabf55bdd81b0777f2 /astrolib.coords | |
parent | 22b5a535a44371a111389061058c0d182cfcda6b (diff) | |
download | cbc-recipes-57d3cd7f5ef7a335fbb0c948951dc174feedde65.tar.gz |
Minor changes
Diffstat (limited to 'astrolib.coords')
-rw-r--r-- | astrolib.coords/astrolib.coords.ini | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/astrolib.coords/astrolib.coords.ini b/astrolib.coords/astrolib.coords.ini index d81edbc..b46b11a 100644 --- a/astrolib.coords/astrolib.coords.ini +++ b/astrolib.coords/astrolib.coords.ini @@ -32,10 +32,11 @@ commands : [cbc_build] linux : - + pip install --no-deps --upgrade --force d2to1 || exit 1 python setup.py install || exit 1 windows : + pip install --no-deps --upgrade --force d2to1 || exit 1 python setup.py install if errorlevel 1 exit 1 |