Skip to content

Commit 6301f0f

Browse files
authored
Update examples install instructions (#221)
* Update examples install instructions * Update install_from_pypi.rst * Update install_from_pypi.rst
1 parent a675ac1 commit 6301f0f

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed
Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
Please run the following command to install the required dependencies
1+
Please run the `install script <https://github.com/luxonis/depthai-python/blob/main/examples/install_requirements.py>`__
2+
to download all required dependencies. Please note that this script must be ran from git context, so you have to download the `depthai-python <https://github.com/luxonis/depthai-python>`__ repository first and then run the script
23

34
.. code-block:: python
45
:substitutions:
56
6-
python3 -m pip install -U pip
7-
python3 -m pip install opencv-python
8-
python3 -m pip install -U --force-reinstall depthai
7+
git clone https://github.com/luxonis/depthai-python.git
8+
cd depthai-python/examples
9+
python3 install_requirements.py
910
1011
11-
For additional information, please follow :ref:`installation guide <Installation>`
12+
For additional information, please follow :ref:`installation guide <Installation>`

0 commit comments

Comments
 (0)