使用cmd进行环境安装全流程

win环境安装及库配置

win+r 打开运行对话框
输入:
1、conda create -n tf python=3.6 //tf 是环境名
2、activate tf //进入环境

库配置(python深度学习为例)

3、pip install tensorflow==2.0.0 -i http://pypi.douban.com/simple --trusted-host pypi.douban.com //tensorflow==2.0.0是需安装的库,-i后的内容是pip源
4、python -m pip install --upgrade pip
5、pip install numpy==1.16.0 //版本根据自己需要来安装
6、pip install pandas==1.0.5
7、pip install interval
8、pip install keras
9、pip install sklearn
10、pip install matplotlib
11、pip install opencv-python
12、pip install Keras ==2.2.4

conda源

conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
conda config --set show_channel_urls yes

逐行输入可直接使用

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值