tensorflow的环境配置主要分为两步:

  1. anaconda安装和配置
  2. tensorflow包下载和安装 在命令行输入:
conda install tensorflow

然后就可以开始写tensorflow小程序了