From cac6364c72222ddbcce5f13e0185b63fca182ff5 Mon Sep 17 00:00:00 2001 From: Martin Ashby Date: Tue, 15 May 2018 22:38:36 +0100 Subject: Added README & deploy process --- download_and_run.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 download_and_run.sh (limited to 'download_and_run.sh') 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 -- cgit v1.2.3-ZIG