install_megadetector.RdInstalls the megadetector python package and its dependencies.
install_megadetector(
method = "auto",
conda = "auto",
version = "default",
pip = TRUE,
force = FALSE,
...
)Installation method ("auto", "virtualenv", "conda").
Path to conda executable (or "auto").
Version of the package to install.
If TRUE, use pip for installation.
If TRUE, force reinstallation even if already present.
Additional arguments passed to reticulate::py_install.