环境配置

Posted A-inspire

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了环境配置相关的知识,希望对你有一定的参考价值。

python3.5安装TensorFlow

pip install tensorflow

安装numpy,scipy,theano,keras(深度学习框架)

这里很简单 直接命令行输入:   python -m pip install numpy

python -m pip install scipy

python -m pip install theano

python -m pip install keras

python3 升级 pip版本:

python -m pip install --upgrade pip 

python3安装pandas

pip install pandas -i http://pypi.douban.com/simple --trusted-host pypi.douban.com

以上是关于环境配置的主要内容,如果未能解决你的问题,请参考以下文章

怎么配置java环境?

Anaconda多环境配置

米家App Config配置环境

Flask配置文件和环境变量:配置文件和环境变量的读取与调用

Mac下如何配置环境变量

jmeter配置环境变量报错,请教大神