Skip to contents

install_birdnet() installs the python package birdnet from PyPi into a virtual environment.

Usage

install_birdnet(
  ...,
  envname = "r-birdnet",
  new_env = identical(envname, "r-birdnet")
)

Arguments

...

Further arguments passed to reticulate::py_install()

envname

Name of the virtual environment. Defaults to 'r-birdnet'.

new_env

If TRUE, any existing Python virtual environment specified by envname is deleted first.