Skip to content

Commit

Permalink
Update pip install guide in README.md
Browse files Browse the repository at this point in the history
Clarify that the GPU package works with Ubuntu and Windows only - same as in this pip install guide https://www.tensorflow.org/install/pip
  • Loading branch information
8bitmp3 authored Nov 2, 2019
1 parent 1392eac commit e88cdcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ $ pip install tensorflow
```

Use the GPU package for
[CUDA-enabled GPU cards](https://www.tensorflow.org/install/gpu):
[CUDA-enabled GPU cards](https://www.tensorflow.org/install/gpu) *(Ubuntu and Windows)*:

```
$ pip install tensorflow-gpu
Expand Down

0 comments on commit e88cdcc

Please sign in to comment.