Added requirements.txt

This commit is contained in:
Fabio Manganiello 2022-05-26 23:17:37 +02:00
parent 4420740c66
commit b20dab18f6
2 changed files with 8 additions and 0 deletions

View File

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

2
requirements.txt Normal file
View File

@ -0,0 +1,2 @@
setuptools
flask