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 ======================