Installs one or more Python packages into the uv-managed environment for the current uv project.
Examples
with_temp_project({
init()
pip_install("requests", quiet = TRUE)
})
#> Error: ! command is not a string (length 1 character)
Installs one or more Python packages into the uv-managed environment for the current uv project.
with_temp_project({
init()
pip_install("requests", quiet = TRUE)
})
#> Error: ! command is not a string (length 1 character)