From 4774e0e47ba86d654036926033305dcc913beba1 Mon Sep 17 00:00:00 2001 From: mshe <666666666@666666666.666666666> Date: Wed, 27 May 2026 11:55:15 +0800 Subject: [PATCH] add setup.sh --- .idea/workspace.xml | 4 ++-- setup.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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