From a0208d482067d5fef28b89f8a7ba128bdcc33b17 Mon Sep 17 00:00:00 2001 From: Stefan Taubert <23339395+stefantaubert@users.noreply.github.com> Date: Wed, 24 Jul 2024 13:46:55 +0200 Subject: [PATCH] Change heading --- README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index 96e4a8a3..0dcd7c3a 100644 --- a/README.adoc +++ b/README.adoc @@ -237,7 +237,7 @@ For more information on how to use this feature, please visit the https://ravens https://tuc.cloud/index.php/s/2TX59Qda2X92Ppr/download/BirdNET_GLOBAL_6K_V2.4_Model_Raven.zip[Download the newest model version here], extract the zip-file and move the extracted folder to the Raven models folder. On Windows, the models folder is `C:\Users\\Raven Pro 1.6\Models`. Start Raven Pro and select *BirdNET_GLOBAL_6K_V2.4_Model_Raven* as learning detector. -=== Setup (birdnet) +=== Setup (Python package) The easiest way to setup BirdNET on your machine is to install https://pypi.org/project/birdnet/[birdnet] through pip with: @@ -435,7 +435,7 @@ Subsequent runs will be faster. python analyze.py ---- -NOTE: Now, you can install and use <<_setup_birdnet,birdnet>>. +NOTE: Now, you can install and use <<_setup_python_package,birdnet>>. == Usage === Usage (CLI)