From 360d0751895a1491eef0ed902acadaa1bb7105a2 Mon Sep 17 00:00:00 2001 From: jbannon Date: Tue, 3 May 2022 06:46:47 +0000 Subject: [PATCH] install section --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 534210ae..4a908eb5 100644 --- a/README.md +++ b/README.md @@ -182,6 +182,20 @@ curl -X POST -H "Content-type: application/json" \ 'localhost:8080/yt_channel_as_tv' ``` +## Installation +Once we are ready for our first release, we will add this package to pypi. Then, +we plan to create a docker image that uses the +[LinuxServer.io](https://www.linuxserver.io/) +base image, and hopefully become a part of their fleet someday. + +Until then, you will have to clone this repo and run it using python 3.10 +```commandline +git clone https://github.com/jmbannon/ytdl-sub.git +cd ytdl-sub + +pip install -e . +``` + ## Additional Documentation We are actively working on documenting all ytdl-sub features [within our readthedocs page](https://ytdl-sub.readthedocs.io/en/latest/).