Learn R Programming

molnet (version 0.1.0)

install_python_dependencies: Installs python dependencies needed for interaction score computation

Description

Uses specified pip or conda executable (default: pip3) to install all required python modules. When using conda, the currently active environment is used. Commands run are `pip install -r requirements` or `conda install --file requirements`. Installs the following requirements: - numpy - tqdm - python-igraph - ray

Usage

install_python_dependencies(package_manager = "pip3")

Arguments

package_manager

The package manager command or path to use (default: pip3)