Skip to content

Commit

Permalink
switch windows method to "auto"
Browse files Browse the repository at this point in the history
  • Loading branch information
fegue committed Jan 29, 2025
1 parent a3f4de1 commit 93da5c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/install.R
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ install_birdnet <- function(
} else {
switch(OS,
"Darwin" = "virtualenv",
"Windows" = "conda",
"Windows" = "auto",
"Linux" = "virtualenv",
stop("Unsupported operating system")
)
Expand Down

0 comments on commit 93da5c1

Please sign in to comment.