tensorflow (version 1.3.1)

install_tensorflow_extras: Install additional Python packages alongside TensorFlow

Description

Install additional Python packages alongside TensorFlow

Usage

install_tensorflow_extras(packages, conda = "auto")

Arguments

packages

Python packages to install

conda

Path to conda executable (or "auto" to find conda using the PATH and other conventional install locations). Only used when TensorFlow is installed within a conda environment.

Details

This function requires a version of TensorFlow previously installed via the install_tensorflow() function.

For virtualenv and conda installations, the specified packages will be installed into the "r-tensorflow" environment. For system installations on Windows the specified packages will be installed into the system package library.