Installs required Python packages (earthengine-api
and numpy
) using
virtualenv, conda, or system pip via the reticulate
package.
Arguments
- pip
Logical. If
TRUE
(default), uses pip for installation. Automatically set toFALSE
if a method is specified via...
.- system
Logical. If
TRUE
, uses the system Python and pip via a system call. Defaults toFALSE
.- force
Logical. If
TRUE
, forces reinstallation of packages using--force-reinstall
. Defaults toFALSE
.- ...
Additional arguments passed to
py_install
, such as:method
: Installation method ("auto", "virtualenv", "conda")envname
: Python environment name (default: "r-land4health")