add setup.sh

This commit is contained in:
mshe 2026-05-27 11:55:15 +08:00
parent ef9612ed1e
commit 4774e0e47b
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
</component>
<component name="ChangeListManager">
<list default="true" id="29e8f12f-1d00-4e65-8b7a-d266f481ff29" name="更改" comment="">
<change afterPath="$PROJECT_DIR$/setup.sh" afterDir="false" />
<change beforePath="$PROJECT_DIR$/setup.sh" beforeDir="false" afterPath="$PROJECT_DIR$/setup.sh" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
@ -117,7 +117,7 @@
<workItem from="1779096652209" duration="2278000" />
<workItem from="1779170746673" duration="525000" />
<workItem from="1779673152455" duration="4561000" />
<workItem from="1779779192025" duration="5502000" />
<workItem from="1779779192025" duration="5854000" />
</task>
<servers />
</component>

View File

@ -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