Selenium
This commit is contained in:
11
python_flask/selenium/setup.sh
Executable file
11
python_flask/selenium/setup.sh
Executable 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
|
||||
Reference in New Issue
Block a user