Configure the reticulate environment
configure_environment.Rd
Function to configure the Python dependencies on R.
If a Python environment is not available, the function will check if there is a version of
conda
or miniconda
, otherwise it will install miniconda
, on which
install the Python package pybascule
.