From b20dab18f6b2fc76e30e14a26a461593c7c4832b Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Thu, 26 May 2022 23:17:37 +0200 Subject: [PATCH] Added requirements.txt --- README.md | 6 ++++++ requirements.txt | 2 ++ 2 files changed, 8 insertions(+) create mode 100644 requirements.txt diff --git a/README.md b/README.md index ddcac52..4e50b37 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,12 @@ Stream an audio input device over HTTP as mp3. [sudo] apt-get install ffmpeg lame ``` +Installing the Python requirements: + +```bash +[sudo] pip install -r requirements.txt +``` + ## Installation ```bash diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..f78b3d9 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +setuptools +flask