From f87a031719d168da09b39d9b5a6de77793804bee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Pi=C5=82atowski?= Date: Tue, 30 Nov 2021 22:39:44 +0100 Subject: [PATCH 1/2] Use install_dependencies.sh from depthai-python --- docs/source/install.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/install.rst b/docs/source/install.rst index 94ba13e14..b23ec5df1 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -42,7 +42,7 @@ macOS .. code-block:: bash - bash -c "$(curl -fL http://docs.luxonis.com/_static/install_dependencies.sh)" + bash -c "$(curl -fL https://docs.luxonis.com/projects/api/en/latest/_static/install_dependencies.sh)" Close and re-open the terminal window after this command. @@ -62,7 +62,7 @@ Ubuntu .. code-block:: bash - sudo wget -qO- http://docs.luxonis.com/_static/install_dependencies.sh | bash + sudo wget -qO- https://docs.luxonis.com/projects/api/en/latest/_static/install_dependencies.sh | bash Note! If opencv fails with illegal instruction after installing from PyPi, add: @@ -78,7 +78,7 @@ Raspberry Pi OS .. code-block:: bash - sudo curl -fL http://docs.luxonis.com/_static/install_dependencies.sh | bash + sudo curl -fL https://docs.luxonis.com/projects/api/en/latest/_static/install_dependencies.sh | bash Jetson @@ -154,7 +154,7 @@ Save and reload the script by running the command :code:`source ~/.bashrc`. Then .. code-block:: bash #Download and install the dependency package - sudo wget -qO- http://docs.luxonis.com/_static/install_dependencies.sh | bash + sudo wget -qO- https://docs.luxonis.com/projects/api/en/latest/_static/install_dependencies.sh | bash #Clone github repository git clone https://github.com/luxonis/depthai-python.git From 22b3e46cb79c2947aa533edaea007c6e1f022ac7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Pi=C5=82atowski?= Date: Tue, 30 Nov 2021 22:52:45 +0100 Subject: [PATCH 2/2] use shorter URL --- docs/source/install.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/install.rst b/docs/source/install.rst index b23ec5df1..056c2118f 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -42,7 +42,7 @@ macOS .. code-block:: bash - bash -c "$(curl -fL https://docs.luxonis.com/projects/api/en/latest/_static/install_dependencies.sh)" + bash -c "$(curl -fL https://docs.luxonis.com/install_dependencies.sh)" Close and re-open the terminal window after this command. @@ -62,7 +62,7 @@ Ubuntu .. code-block:: bash - sudo wget -qO- https://docs.luxonis.com/projects/api/en/latest/_static/install_dependencies.sh | bash + sudo wget -qO- https://docs.luxonis.com/install_dependencies.sh | bash Note! If opencv fails with illegal instruction after installing from PyPi, add: @@ -78,7 +78,7 @@ Raspberry Pi OS .. code-block:: bash - sudo curl -fL https://docs.luxonis.com/projects/api/en/latest/_static/install_dependencies.sh | bash + sudo curl -fL https://docs.luxonis.com/install_dependencies.sh | bash Jetson @@ -154,7 +154,7 @@ Save and reload the script by running the command :code:`source ~/.bashrc`. Then .. code-block:: bash #Download and install the dependency package - sudo wget -qO- https://docs.luxonis.com/projects/api/en/latest/_static/install_dependencies.sh | bash + sudo wget -qO- https://docs.luxonis.com/install_dependencies.sh | bash #Clone github repository git clone https://github.com/luxonis/depthai-python.git