View source: R/pipeline_functions.R
install_python_dependencies | R Documentation |
Uses pip (default) or conda as specified to install all required Python modules. The Python packages are installed into a virtual Python or conda environment called 'r-DrDimont'. The following requirements are installed: numpy, tqdm, python-igraph and ray. The environment is created with reticulate.
install_python_dependencies(package_manager = "pip")
package_manager |
["pip"|"conda"] Package manager to use (default: pip) |
No return value, called to install python dependencies
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.