summaryrefslogtreecommitdiffstats
path: root/util/setup_init.sh
diff options
context:
space:
mode:
Diffstat (limited to 'util/setup_init.sh')
-rwxr-xr-xutil/setup_init.sh18
1 files changed, 18 insertions, 0 deletions
diff --git a/util/setup_init.sh b/util/setup_init.sh
new file mode 100755
index 0000000..7097883
--- /dev/null
+++ b/util/setup_init.sh
@@ -0,0 +1,18 @@
+#/bin/bash!
+
+# PhP for android device support
+sudo apt install php7.4-cli
+
+echo "Set execution rights"
+sudo chmod +x ../gui_run.sh
+sudo chmod +x ../kill.sh
+echo "Install dependencies"
+python3 -m pip install numpy
+python3 -m pip install scipy
+python3 -m pip install pyargus
+python3 -m pip install matplotlib
+
+# For web interface
+python3 -m pip install dash
+python3 -m pip install dash-bootstrap-components
+python3 -m pip install gunicorn \ No newline at end of file