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