summaryrefslogtreecommitdiff
path: root/acstools/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'acstools/build.sh')
-rw-r--r--acstools/build.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/acstools/build.sh b/acstools/build.sh
new file mode 100644
index 0000000..5e8b365
--- /dev/null
+++ b/acstools/build.sh
@@ -0,0 +1,4 @@
+
+echo This d2to1 hack is deadly.
+pip install --no-deps --upgrade --force d2to1 || exit 1
+python setup.py install || exit 1 \ No newline at end of file