Installs the megadetector python package and its dependencies.

install_megadetector(
  method = "auto",
  conda = "auto",
  version = "default",
  pip = TRUE,
  force = FALSE,
  ...
)

Arguments

method

Installation method ("auto", "virtualenv", "conda").

conda

Path to conda executable (or "auto").

version

Version of the package to install.

pip

If TRUE, use pip for installation.

force

If TRUE, force reinstallation even if already present.

...

Additional arguments passed to reticulate::py_install.