init
This commit is contained in:
17
windows_py_client/README_CLIENT.md
Normal file
17
windows_py_client/README_CLIENT.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# 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.
|
||||
Reference in New Issue
Block a user