Skip to content

Commit 4a8947d

Browse files
authored
Update README.md
1 parent 568a27e commit 4a8947d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ The library provides a threaded client and a streaming generator for Flask based
77
The library is only compatible with Python 3.x (tested on Python 3.4 and 3.5).
88
It was tested with [mjpg_streamer](https://github.com/jacksonliam/mjpg-streamer).
99

10+
## Installation
11+
```sh
12+
pip3 install py-mjpeg
13+
```
14+
1015
## Client API
1116

1217
The library provides a simple threaded streaming client in the file `mjpeg/client.py`.

0 commit comments

Comments
 (0)