diff --git a/docs/source/includes/install_from_pypi.rst b/docs/source/includes/install_from_pypi.rst index 037bc19dc..5098d94e0 100644 --- a/docs/source/includes/install_from_pypi.rst +++ b/docs/source/includes/install_from_pypi.rst @@ -1,11 +1,12 @@ -Please run the following command to install the required dependencies +Please run the `install script `__ +to download all required dependencies. Please note that this script must be ran from git context, so you have to download the `depthai-python `__ repository first and then run the script .. code-block:: python :substitutions: - python3 -m pip install -U pip - python3 -m pip install opencv-python - python3 -m pip install -U --force-reinstall depthai + git clone https://github.com/luxonis/depthai-python.git + cd depthai-python/examples + python3 install_requirements.py -For additional information, please follow :ref:`installation guide ` \ No newline at end of file +For additional information, please follow :ref:`installation guide `