diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 66b638c..7a491cc 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -5,7 +5,7 @@ - + diff --git a/setup.sh b/setup.sh index fae8b2c..f3679f5 100755 --- a/setup.sh +++ b/setup.sh @@ -1,5 +1,5 @@ apt install -y python3.12-dev python3.12-venv -python3 -m venv .venv --include-system-site-packages +python3 -m venv .venv --system-site-packages .venv/bin/python3.12 -m pip install -r requirements.txt playwright install playwright install-deps