Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update os_setup.md
  • Loading branch information
yifeif authored Dec 10, 2016
commit f611b3eab813fd2bc3fe94d258a5e28d809aa5a3
5 changes: 1 addition & 4 deletions tensorflow/g3doc/get_started/os_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ $ sudo easy_install --upgrade six
```

We have also uploaded the binaries to Pypi, so you can
simply install tensorflow on Linux, Mac or Windows with:
simply install tensorflow on Linux, Mac or Windows with pip install. Note you will need pip version 8.1 or later for the following commands to work on Linux :

```bash
$ pip install tensorflow
Expand All @@ -74,9 +74,6 @@ For installing the version with GPU support, please use:
$ pip install tensorflow-gpu
```

Note that you will need pip version 8.1 or later for the above commands to work on Linux.


If the above commands do not work on your system, you can follow these instructions:

```bash
Expand Down