This commit is contained in:
2022-07-07 21:40:37 +02:00
parent c03c13886f
commit e1a50c88df
17 changed files with 352 additions and 322 deletions

11
python_flask/selenium/setup.sh Executable file
View File

@@ -0,0 +1,11 @@
#!/usr/bin/env bash
set -o errexit
set -o nounset
set -p pipefail
python3 -m venv ./venv
source ./venv/bin/activate
python3 -m pip install -r requirements.txt
sudo apt install tigervnc-common xtightvncviewer