This commit is contained in:
mshe 2026-06-08 15:01:14 +08:00
parent e43803ec21
commit b8d1514cb4
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
apt install -y python3.13-dev python3.13-venv
python3.13 -m venv .venv --system-site-packages
apt install -y python3.12-dev python3.12-venv
python3.12 -m venv .venv --system-site-packages
source .venv/bin/activate
.venv/bin/pip install -r requirements.txt -i https://mirrors.cloud.tencent.com/pypi/simple/
.venv/bin/playwright install chromium