Installs the required Python packages for the CohortContrast Viewer.
Examples
if (FALSE) { # \dontrun{
if (interactive() &&
requireNamespace("reticulate", quietly = TRUE) &&
(nzchar(Sys.which("python3")) || nzchar(Sys.which("python")))) {
configurePython(createVenv = FALSE)
installPythonDeps(user = TRUE)
}
} # }