mirror of
https://github.com/LukeHagar/ytdl-sub.git
synced 2025-12-06 04:22:12 +00:00
[DOCS] Pip install in README (#461)
This commit is contained in:
@@ -281,6 +281,12 @@ docker run -d \
|
||||
ghcr.io/jmbannon/ytdl-sub:latest
|
||||
```
|
||||
|
||||
### PIP
|
||||
You can install our [PyPI package](https://pypi.org/project/ytdl-sub/) with:
|
||||
```commandline
|
||||
python3 -m pip install -U yt-dlp
|
||||
```
|
||||
|
||||
### Building Docker Image Locally
|
||||
Run `make docker` in the root directory of this repo to build the image. This
|
||||
will build the python wheel and install it in the Dockerfile.
|
||||
|
||||
Reference in New Issue
Block a user