[DOCS] Pip install in README

This commit is contained in:
Jesse Bannon 2023-02-20 22:04:23 -08:00 committed by GitHub
parent 1423142d07
commit 8eb7862d69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -281,6 +281,12 @@ docker run -d \
ghcr.io/jmbannon/ytdl-sub:latest 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 ### Building Docker Image Locally
Run `make docker` in the root directory of this repo to build the image. This 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. will build the python wheel and install it in the Dockerfile.