Skip to content

Commit 68322a6

Browse files
yifeifandrewharp
authored andcommitted
Update installation instructions for tensorflow-gpu. (#6231)
* Update installation instructions for tensorflow-gpu. * Update os_setup.md
1 parent 526c3c2 commit 68322a6

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

tensorflow/g3doc/get_started/os_setup.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -61,24 +61,20 @@ $ sudo easy_install pip
6161
$ sudo easy_install --upgrade six
6262
```
6363

64-
We have also uploaded the CPU version of the binaries to Pypi, so you can
65-
simply install on Linux, Mac or Windows with:
64+
We have also uploaded the binaries to Pypi, so you can
65+
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 :
6666

6767
```bash
6868
$ pip install tensorflow
6969
```
7070

71-
Note that you will need pip version 8.1 or later for the above command to work on Linux.
71+
For installing the version with GPU support, please use:
7272

73-
For Windows users, you can also install the GPU version of the binary with:
7473
```bash
7574
$ pip install tensorflow-gpu
7675
```
77-
Unfortunately, this command is not yet available for Linux or Mac GPU binaries
78-
due to their sizes exceeding the Pypi limit.
7976

80-
If the above commands do not work on your system or you want to install the GPU version
81-
of the binary on Linux or Mac, you can follow these instructions:
77+
If the above commands do not work on your system, you can follow these instructions:
8278

8379
```bash
8480
# Ubuntu/Linux 64-bit, CPU only, Python 2.7

0 commit comments

Comments
 (0)