From 4e16864a0a20a13ff745854678531a983108003b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Pi=C5=82atowski?= Date: Wed, 10 Nov 2021 22:11:04 +0100 Subject: [PATCH] Add info about blobconverter installation to hello_world.rst --- docs/source/tutorials/hello_world.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/tutorials/hello_world.rst b/docs/source/tutorials/hello_world.rst index 2ca159008..55afa07a3 100644 --- a/docs/source/tutorials/hello_world.rst +++ b/docs/source/tutorials/hello_world.rst @@ -22,7 +22,7 @@ Let's get your development environment setup first. This tutorial uses: - Python 3.6 (Ubuntu) or Python 3.7 (Raspbian). - The DepthAI :ref:`Python API ` -- The :code:`cv2` and :code:`numpy` Python modules. +- The :code:`cv2`, :code:`blobconverter` and :code:`numpy` Python modules. Code Overview @@ -58,7 +58,7 @@ Download and install the requirements for this tutorial: .. code-block:: bash - python3 -m pip install numpy opencv-python depthai --user + python3 -m pip install numpy opencv-python depthai blobconverter --user Test your environment