update: added 'common' dependency

This commit is contained in:
2026-04-30 16:07:09 +08:00
parent cbe68b8f0a
commit 4ca78fda50
7 changed files with 1162 additions and 671 deletions

View File

@@ -0,0 +1,4 @@
cd /D .\..\
python -m venv venv
.\venv\Scripts\pip.exe install -r ./requirements.txt
@pause