fix: windows service installation for py3.13

This commit is contained in:
2026-02-09 11:28:08 +08:00
parent 3ba61b4cbf
commit db13c68161
17 changed files with 22 additions and 2051 deletions

7
windows.md Normal file
View File

@ -0,0 +1,7 @@
管理员
```powershell
pip install -r requirements.txt -r requirements-win32.txt
python -m ss core service install
```