From f13b6e2ad9b2b00d655e1bbf0d88e917809b676c Mon Sep 17 00:00:00 2001 From: mshe <666666666@666666666.666666666> Date: Mon, 8 Jun 2026 15:13:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=95=9C=E5=83=8F=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pre_install_spider.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pre_install_spider.sh b/pre_install_spider.sh index 077e43c..8bf6b19 100755 --- a/pre_install_spider.sh +++ b/pre_install_spider.sh @@ -2,6 +2,9 @@ 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/pip install -r requirements.txt -i https://mirrors.cloud.tencent.com/pypi/simple/ +# 安装依赖包-阿里源 +.venv/bin/pip install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/ .venv/bin/playwright install chromium .venv/bin/playwright install-deps chromium \ No newline at end of file