Skip to contents

This uses reticulate::py_install to install or update the underlying python package.

Usage

vc_install(package = "vfb-connect", ...)

Arguments

package

Optional package name, possible with version specifier (see examples)

...

Additional arguments passed to reticulate::py_install

Examples

if (FALSE) { # \dontrun{
vc_install()

# install a specific version
vc_install("vfb-connect~=1.2.4")
} # }