Install the pharmpy-core python package into virtual environment.
install_pharmpy_devel(
envname = "r-reticulate",
method = "auto",
version = "devel"
)
(str) name of environment. Default is r-reticulate
(str) type of environment type (virtualenv, conda). Default is auto (virtualenv is not available on Windows)
(str) which pharmpy version to use (use 'same' for most cases)