From 43f29e865d126f1059a29a96551b4be307d00273 Mon Sep 17 00:00:00 2001 From: boyska Date: Tue, 24 Aug 2021 22:11:06 +0200 Subject: [PATCH] readme updated --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b8f68cb..f8a1a80 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ TechRec ======= -A Python2/Python3 web application that assist radio speakers in recording their shows. +A Python3 web application that assist radio speakers in recording their shows. Meant to be simple to install and to maintain. It basically takes a directory with the continuous recording and create new @@ -32,6 +32,14 @@ parts of them. This can boil down to something like ffmpeg -i concat:2014-20-01-00-00.mp3|2014-20-01-00-01.mp3 -acodec copy -ss 160 -t 1840 foo.mp3 ``` +How to run +=========== + +```sh +pip install . +env TECHREC_CONFIG=yourconfig.py uvicorn techrec.server:app +``` + Implementation details ======================