Files
synctv-weihang/windows_py_client/README_CLIENT.md
2026-06-15 22:46:12 +08:00

18 lines
324 B
Markdown

# SyncTV Windows Python Client
Run in development:
```powershell
python -m venv .venv
.\.venv\Scripts\pip install -r requirements.txt
.\.venv\Scripts\python synctv_client\main.py
```
Build exe:
```powershell
.\build_exe.ps1
```
VLC runtime is required by `python-vlc`. Install VLC 64-bit if playback cannot initialize.