Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/source/tutorials/hello_world.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <Installation>`
- The :code:`cv2` and :code:`numpy` Python modules.
- The :code:`cv2`, :code:`blobconverter` and :code:`numpy` Python modules.


Code Overview
Expand Down Expand Up @@ -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
Expand Down