Update install_birdnet.sh

This commit is contained in:
mcguirepr89
2021-09-28 19:23:25 -04:00
committed by GitHub
parent bb2c24d7ec
commit a5289cd5c7
+1 -1
View File
@@ -48,7 +48,7 @@ install_deps() {
install_birdnet() {
set -e
cd ~/BirdNET-Lite || exit 1
echo "Upgrading pip, whell, and setuptools"
echo "Upgrading pip, wheel, and setuptools"
sudo pip3 install --upgrade pip wheel setuptools
echo "Fetching the TFLite pre-built binaries"
TFLITE_URL="https://drive.google.com/uc?export=download&id=1dlEbugFDJXs-YDBCUC6WjADVtIttWxZA"