From f102da477b234ddde6ee39f1a8076a5d10c02622 Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Sat, 4 Sep 2021 23:49:49 -0700 Subject: [PATCH] Add pip install to readme. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 445b166..d871a17 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,10 @@ You are responsible for your own `youtube_credentials.py` file on your PYTHONPAT 6. Click "Create credentials" and choose "API key". In my experience they all start with "AIzaSy". 7. Return this value from `get_youtube_key` however you deem fit. +## Setting up + +First, `pip install -r requirements.txt --upgrade`. + ## Pairs well with... Here is a javascript bookmarklet that you can click while on youtube.com to be redirected to the same URL on your YCDL server. Mainly for `/channel` and `/watch` URLs.