Merge pull request #32304 from tensorflow/yifeif-patch-1

Update installation guide for pip consolidation.
This commit is contained in:
Mihai Maruseac 2019-09-10 13:53:53 -07:00 committed by GitHub
commit 2ebf9287ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,17 +38,16 @@ See the [TensorFlow install guide](https://www.tensorflow.org/install) for the
[Docker container](https://www.tensorflow.org/install/docker), and
[build from source](https://www.tensorflow.org/install/source).
To install the current release for CPU-only:
To install the current release:
```
$ pip install tensorflow
```
The `tensorflow` package also includes GPU support on Linux and Windows.
Use the GPU package for
[CUDA-enabled GPU cards](https://www.tensorflow.org/install/gpu):
If package size is a concern, CPU-only packages can be installed with:
```
$ pip install tensorflow-gpu
$ pip install tensorflow-cpu
```
*Nightly binaries are available for testing using the