Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
janakj authored Nov 28, 2020
1 parent 568a27e commit 4a8947d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ The library provides a threaded client and a streaming generator for Flask based
The library is only compatible with Python 3.x (tested on Python 3.4 and 3.5).
It was tested with [mjpg_streamer](https://github.com/jacksonliam/mjpg-streamer).

## Installation
```sh
pip3 install py-mjpeg
```

## Client API

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

0 comments on commit 4a8947d

Please sign in to comment.