Update README: use pip install instead of requirements.txt
This commit is contained in:
@@ -59,7 +59,7 @@ git submodule update --init --recursive
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd media-server
|
cd media-server
|
||||||
pip install -r requirements.txt
|
pip install . # or pip install .[windows] on Windows
|
||||||
python -m media_server.main
|
python -m media_server.main
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Submodule media-server updated: c8beac47cf...ffd881a48e
Reference in New Issue
Block a user