From 7fa77b529d34f4a8c59c7b606b5189b1eda15414 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Pi=C5=82atowski?= Date: Tue, 13 Apr 2021 22:07:29 +0200 Subject: [PATCH 1/3] Update examples install instructions --- docs/source/includes/install_from_pypi.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/source/includes/install_from_pypi.rst b/docs/source/includes/install_from_pypi.rst index 037bc19dc..a4d38346a 100644 --- a/docs/source/includes/install_from_pypi.rst +++ b/docs/source/includes/install_from_pypi.rst @@ -1,11 +1,10 @@ -Please run the following command to install the required dependencies +Please run the `install script `__ +to download all required dependencies .. code-block:: python :substitutions: - python3 -m pip install -U pip - python3 -m pip install opencv-python - python3 -m pip install -U --force-reinstall depthai + python3 install_requirements.py For additional information, please follow :ref:`installation guide ` \ No newline at end of file From 7f9a2137afe1e9a8481a1c15aad96c4c7c2a373e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Pi=C5=82atowski?= Date: Thu, 22 Jul 2021 16:44:32 +0200 Subject: [PATCH 2/3] Update install_from_pypi.rst --- docs/source/includes/install_from_pypi.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/source/includes/install_from_pypi.rst b/docs/source/includes/install_from_pypi.rst index a4d38346a..ba88c2716 100644 --- a/docs/source/includes/install_from_pypi.rst +++ b/docs/source/includes/install_from_pypi.rst @@ -1,10 +1,12 @@ Please run the `install script `__ -to download all required dependencies +to download all required dependencies. Please note that this script must be ran from git context, so you have to download `depthai_python `__ repository first and then run the script .. code-block:: python :substitutions: - python3 install_requirements.py + 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 ` From 6e8a6c7a40b58726c71736c15484c1fb36edeca2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Pi=C5=82atowski?= Date: Thu, 22 Jul 2021 20:45:41 +0200 Subject: [PATCH 3/3] Update install_from_pypi.rst --- docs/source/includes/install_from_pypi.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/includes/install_from_pypi.rst b/docs/source/includes/install_from_pypi.rst index ba88c2716..5098d94e0 100644 --- a/docs/source/includes/install_from_pypi.rst +++ b/docs/source/includes/install_from_pypi.rst @@ -1,5 +1,5 @@ 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 `depthai_python `__ repository first and then run the 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: