We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 568a27e commit 4a8947dCopy full SHA for 4a8947d
README.md
@@ -7,6 +7,11 @@ The library provides a threaded client and a streaming generator for Flask based
7
The library is only compatible with Python 3.x (tested on Python 3.4 and 3.5).
8
It was tested with [mjpg_streamer](https://github.com/jacksonliam/mjpg-streamer).
9
10
+## Installation
11
+```sh
12
+pip3 install py-mjpeg
13
+```
14
+
15
## Client API
16
17
The library provides a simple threaded streaming client in the file `mjpeg/client.py`.
0 commit comments