aboutsummaryrefslogtreecommitdiff
path: root/download_and_run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'download_and_run.sh')
-rw-r--r--download_and_run.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/download_and_run.sh b/download_and_run.sh
new file mode 100644
index 0000000..a9e5640
--- /dev/null
+++ b/download_and_run.sh
@@ -0,0 +1,4 @@
+pip3 install unicornhathd Flask FlaskSockets \
+&& wget -N "https://github.com/MFAshby/unicornpaint/raw/master/unicornpaint.zip" \
+&& unzip unicornpaint.zip \
+&& python3 server.py \ No newline at end of file