You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tensorflow/g3doc/get_started/os_setup.md
+4-8Lines changed: 4 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,24 +61,20 @@ $ sudo easy_install pip
61
61
$ sudo easy_install --upgrade six
62
62
```
63
63
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 :
66
66
67
67
```bash
68
68
$ pip install tensorflow
69
69
```
70
70
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:
72
72
73
-
For Windows users, you can also install the GPU version of the binary with:
74
73
```bash
75
74
$ pip install tensorflow-gpu
76
75
```
77
-
Unfortunately, this command is not yet available for Linux or Mac GPU binaries
78
-
due to their sizes exceeding the Pypi limit.
79
76
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:
0 commit comments