Skip to content

Commit 349cd59

Browse files
committed
Merge branch 'fix-python-docs' of https://github.com/luxonis/depthai-python into fix-python-docs
2 parents c25b960 + 1a4b218 commit 349cd59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/tutorials/hello_world.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Let's get your development environment setup first. This tutorial uses:
2222

2323
- Python 3.6 (Ubuntu) or Python 3.7 (Raspbian).
2424
- The DepthAI :ref:`Python API <Installation>`
25-
- The :code:`cv2` and :code:`numpy` Python modules.
25+
- The :code:`cv2`, :code:`blobconverter` and :code:`numpy` Python modules.
2626

2727

2828
Code Overview
@@ -58,7 +58,7 @@ Download and install the requirements for this tutorial:
5858

5959
.. code-block:: bash
6060
61-
python3 -m pip install numpy opencv-python depthai --user
61+
python3 -m pip install numpy opencv-python depthai blobconverter --user
6262
6363
6464
Test your environment

0 commit comments

Comments
 (0)