aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Vijay Vasudevan <vrv@google.com>2015-12-22 15:06:34 -0800
committerGravatar Vijay Vasudevan <vrv@google.com>2015-12-22 15:06:34 -0800
commit10f2363724554dac97430794ad16c6faeac81f1f (patch)
tree287917627ce40caa779dbd24e0ff426ddb3a59a4 /README.md
parentfc4063af80b6d1bed17541085a3cd72aaaa2a01c (diff)
Fix some lint errors in image_ops_test.py and word2vec_basic.py
Change: 110727357
Diffstat (limited to 'README.md')
-rw-r--r--README.md37
1 files changed, 3 insertions, 34 deletions
diff --git a/README.md b/README.md
index 5f57cd9c9e..52704e7010 100644
--- a/README.md
+++ b/README.md
@@ -16,11 +16,8 @@ organization for the purposes of conducting machine learning and deep neural
networks research. The system is general enough to be applicable in a wide
variety of other domains, as well.
-
-**Note: Currently we do not accept pull requests on github -- see
-[CONTRIBUTING.md](CONTRIBUTING.md) for information on how to contribute code
-changes to TensorFlow through
-[tensorflow.googlesource.com](https://tensorflow.googlesource.com/tensorflow)**
+**If you'd like to contribute to tensorflow, be sure to review the [contribution
+guidelines](CONTRIBUTING.md).**
**We use [github issues](https://github.com/tensorflow/tensorflow/issues) for
tracking requests and bugs, but please see
@@ -29,35 +26,7 @@ and discussion.**
# Download and Setup
-To install the CPU version of TensorFlow using a binary package, see the
-instructions below. For more detailed installation instructions, including
-installing from source, GPU-enabled support, etc., see
-[here](tensorflow/g3doc/get_started/os_setup.md).
-
-## Binary Installation
-
-The TensorFlow Python API supports Python 2.7 and Python 3.3+.
-
-The simplest way to install TensorFlow is using
-[pip](https://pypi.python.org/pypi/pip) for both Linux and Mac.
-
-For the GPU-enabled version, or if you encounter installation errors, or for
-more detailed installation instructions, see
-[here](tensorflow/g3doc/get_started/os_setup.md#detailed_install).
-
-### Ubuntu/Linux 64-bit
-
-```bash
-# For CPU-only version
-$ pip install https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.5.0-cp27-none-linux_x86_64.whl
-```
-
-### Mac OS X
-
-```bash
-# Only CPU-version is available at the moment.
-$ pip install https://storage.googleapis.com/tensorflow/mac/tensorflow-0.5.0-py2-none-any.whl
-```
+See [install instructions](tensorflow/g3doc/get_started/os_setup.md).
### Try your first TensorFlow program