From 95d41529b3ed86551451d6a03f690c4f2c2a3150 Mon Sep 17 00:00:00 2001 From: Abhishek Thakur Date: Sun, 24 Mar 2019 21:03:46 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f5e6b4b2..150011b50 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ VidGear is a lightweight python wrapper around OpenCV [Video I/O module](https:/ ## Installation **VidGear requires [OpenCV](https://www.pyimagesearch.com/2018/05/28/ubuntu-18-04-how-to-install-opencv/) and [Picamera](https://picamera.readthedocs.io/en/release-1.13/install.html) (*Only if you want to use Raspberry Pi Camera Module*) libraries installation prior to its installation (*Latest versions recommended*).** -- **Download from Release Page(Stable):** `vidgear` wheel file could be easily be downloaded and can be installed as follows(**Now available on [Python Package Index (PyPI)](https://pypi.org/project/vidgear/)**): +- **Download from PIP:** `vidgear` wheel file could be easily be downloaded and can be installed as follows(**Now available on [Python Package Index (PyPI)](https://pypi.org/project/vidgear/)**): ```bash sudo pip install vidgear ```