Update README: use pip install instead of requirements.txt

This commit is contained in:
2026-02-04 20:27:21 +03:00
parent 19840a7f59
commit 43461fabfe
2 changed files with 2 additions and 2 deletions

View File

@@ -59,7 +59,7 @@ git submodule update --init --recursive
```bash
cd media-server
pip install -r requirements.txt
pip install . # or pip install .[windows] on Windows
python -m media_server.main
```