install_python_dependencies: Installs python dependencies needed for interaction score...

Description Usage Arguments

View source: R/utilities.R

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

1
install_python_dependencies(package_manager = "pip3")

Arguments

package_manager

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


molnet-org/molnet documentation built on Dec. 21, 2021, 8:59 p.m.