dependencies: Install Dependencies

Description Usage Arguments Examples

Description

Install Python dependencies. Arguments are passed to py_install.

Usage

1
install_nltk(envname = NULL, method = "auto", conda = "auto")

Arguments

envname

Name of environment to install packages into

method

Installation method. By default, "auto" automatically finds a method that will work in the local environment. Change the default to force a specific installation method. Note that the "virtualenv" method is not available on Windows.

conda

Path to conda executable (or "auto" to find conda using the PATH and other conventional install locations).

Examples

1
## Not run: install_nltk()

news-r/nltk documentation built on Nov. 4, 2019, 9:40 p.m.