提交 79bc1950 编写于 作者: T TensorFlower Gardener

Merge pull request #22848 from gelembungsahabat:master

PiperOrigin-RevId: 216751041
......@@ -29,7 +29,21 @@ subscribing to
[announce@tensorflow.org](https://groups.google.com/a/tensorflow.org/forum/#!forum/announce).
## Installation
*See [Installing TensorFlow](https://www.tensorflow.org/install) for instructions on how to install our release binaries or how to build from source.*
To install the current release for CPU-only:
```
pip install tensorflow
```
Use the GPU package for CUDA-enabled GPU cards:
```
pip install tensorflow-gpu
```
*See [Installing TensorFlow](https://www.tensorflow.org/install) for detailed
instructions, and how to build from source.*
People who are a little more adventurous can also try our nightly binaries:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册