From eaaa3cebc72766dc55e5db5c8cb53fca0d1d0215 Mon Sep 17 00:00:00 2001 From: Muhammad Wildan Date: Wed, 10 Oct 2018 03:41:38 +0700 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 57efb876c9a..c582cf873c6 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,12 @@ subscribing to [announce@tensorflow.org](https://groups.google.com/a/tensorflow.org/forum/#!forum/announce). ## Installation -*See [Installing TensorFlow](https://www.tensorflow.org/install) for instructions on how to install our release binaries or how to build from source.* +for install current release for CPU-only: +pip install tensorflow + +GPU package for CUDA-enabled GPU cards: +pip install tensorflow-gpu + People who are a little more adventurous can also try our nightly binaries: -- GitLab