summaryrefslogtreecommitdiff
path: root/astrolib.coords/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'astrolib.coords/build.sh')
-rw-r--r--astrolib.coords/build.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/astrolib.coords/build.sh b/astrolib.coords/build.sh
new file mode 100644
index 0000000..5d1e7ae
--- /dev/null
+++ b/astrolib.coords/build.sh
@@ -0,0 +1,4 @@
+
+pip install --no-deps --upgrade --force d2to1 || exit 1
+test -f README.md && ln -s README.md README.txt
+python setup.py install || exit 1 \ No newline at end of file