pip install tensorflow
在CMD窗口使用上面的命令,安装TensorFlow。cmd里面键入python,然后键入:
import tensorflow as tf
没有报错就意味着安装成功。