From ea1aa5b116efb3569ca945bb7590169864262d0f Mon Sep 17 00:00:00 2001 From: elerac Date: Sun, 8 Aug 2021 14:57:19 +0900 Subject: [PATCH] =?UTF-8?q?Upload=20EasyPySpin=20to=20PyPI=E2=9C=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e49c6c..edcd1e1 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ EasyPySpin is an unofficial wrapper for FLIR [Spinnaker SDK](https://www.flir.co ## Installation ```sh -pip install git+https://github.com/elerac/EasyPySpin +pip install EasyPySpin ``` After installation, connect the camera and try [examples/video.py](examples/video.py).