File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments