Skip to contents

This function installs scikit-maad in the sonicscrewdriver environment using reticulate.

Usage

pythonInstall(unattended = FALSE)

Arguments

unattended

If TRUE then the function will not prompt the user to install the environment in a non-interactive session.

Examples

if (FALSE) { # \dontrun{
pythonInstall()
pythonInstall(unattended=TRUE)
} # }