From efaaf39f79d81cd740a9f741e6cf4815c49c3093 Mon Sep 17 00:00:00 2001 From: Carl Date: Thu, 23 Dec 2021 02:10:19 +0000 Subject: initial commit --- util/setup_init.sh | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100755 util/setup_init.sh (limited to 'util/setup_init.sh') 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 -- cgit v1.2.3