mcp
This commit is contained in:
parent
e43803ec21
commit
b8d1514cb4
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue