From 40d551793afc79162809c7ed0cbe671df2b3d7ac Mon Sep 17 00:00:00 2001 From: Jesse Bannon Date: Mon, 20 Feb 2023 22:53:15 -0800 Subject: [PATCH] [DOCS] Pip install in README (#461) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index cd07ddfb..7443457b 100644 --- a/README.md +++ b/README.md @@ -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.