Skip to content

Commit 439c832

Browse files
authored
Use install_dependencies.sh from depthai-python (#441)
* Use install_dependencies.sh from depthai-python * use shorter URL
1 parent e4957d2 commit 439c832

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/source/install.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ macOS
4242

4343
.. code-block:: bash
4444
45-
bash -c "$(curl -fL http://docs.luxonis.com/_static/install_dependencies.sh)"
45+
bash -c "$(curl -fL https://docs.luxonis.com/install_dependencies.sh)"
4646
4747
Close and re-open the terminal window after this command.
4848

@@ -62,7 +62,7 @@ Ubuntu
6262

6363
.. code-block:: bash
6464
65-
sudo wget -qO- http://docs.luxonis.com/_static/install_dependencies.sh | bash
65+
sudo wget -qO- https://docs.luxonis.com/install_dependencies.sh | bash
6666
6767
6868
Note! If opencv fails with illegal instruction after installing from PyPi, add:
@@ -78,7 +78,7 @@ Raspberry Pi OS
7878

7979
.. code-block:: bash
8080
81-
sudo curl -fL http://docs.luxonis.com/_static/install_dependencies.sh | bash
81+
sudo curl -fL https://docs.luxonis.com/install_dependencies.sh | bash
8282
8383
8484
Jetson
@@ -154,7 +154,7 @@ Save and reload the script by running the command :code:`source ~/.bashrc`. Then
154154
.. code-block:: bash
155155
156156
#Download and install the dependency package
157-
sudo wget -qO- http://docs.luxonis.com/_static/install_dependencies.sh | bash
157+
sudo wget -qO- https://docs.luxonis.com/install_dependencies.sh | bash
158158
159159
#Clone github repository
160160
git clone https://github.com/luxonis/depthai-python.git

0 commit comments

Comments
 (0)