We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb95345 commit b932a87Copy full SHA for b932a87
docs/source/_static/install_depthai.sh
@@ -127,9 +127,6 @@ if [[ $(uname -s) == "Darwin" ]]; then
127
echo "Installing global dependencies."
128
bash -c "$(curl -fL https://docs.luxonis.com/install_dependencies.sh)"
129
130
- echo "Upgrading brew."
131
- brew update
132
-
133
# clone depthai form git
134
if [ -d "$DEPTHAI_DIR" ]; then
135
echo "Demo app already downloaded. Checking out main and updating."
0 commit comments