From 98acbdec1d2a653c3a91cc38ecd05f12a806dc8d Mon Sep 17 00:00:00 2001 From: jdiamond Date: Wed, 31 Mar 2021 00:14:58 +0000 Subject: [PATCH] Updated README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index bb14a0b..7c1653f 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,10 @@ Install the package via PyPi Install from GitHub pip install git+https://github.com/ReolinkCameraAPI/reolinkapipy.git + +If you want to include the video streaming functionality you need to include the streaming "extra" dependencies + + pip install 'reolinkapi[streaming]' ## Contributors