Uses reticulate::py_install() to install real_ladybug into the active
Python environment. Run this once after installing the R package.
Arguments
- envname
Name of the Python / conda environment to install into. Defaults to
NULL(uses the currently active reticulate environment).- method
Installation method passed to
reticulate::py_install()."auto"tries pip first.- ...
Additional arguments forwarded to
reticulate::py_install().
