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

View File

@ -15,8 +15,9 @@ A Python package for surfing internet scientifically.
```bash
git clone ssh://git@gitea.epss.net.cn:2223/klesh/ss.git
cd ss
brew install poetry
poetry config --local virtualenvs.in-project true
python -m venv .venv
./.venv/Scripts/activate
pip install -r requirements.txt
```
### 2. Add the root directory to system PATH