mirror of
https://github.com/BlackLight/micstream.git
synced 2024-11-23 20:25:13 +01:00
Added requirements.txt
This commit is contained in:
parent
4420740c66
commit
b20dab18f6
2 changed files with 8 additions and 0 deletions
|
@ -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
2
requirements.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
setuptools
|
||||
flask
|
Loading…
Reference in a new issue