From 998d16d77e9cbb7cc1c0fe0f01929248c93a9db8 Mon Sep 17 00:00:00 2001
From: Yifei Feng <1192265+yifeif@users.noreply.github.com>
Date: Fri, 6 Sep 2019 16:42:00 -0700
Subject: [PATCH] Update installation guide for pip consolidation.

---
 README.md | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 1eb06225176..99854f55544 100644
--- a/README.md
+++ b/README.md
@@ -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