300字范文,内容丰富有趣,生活中的好帮手!
300字范文 > windows10在python环境下pip install安装模块方法(matplotlib scipy Pillow)

windows10在python环境下pip install安装模块方法(matplotlib scipy Pillow)

时间:2023-04-08 09:36:36

相关推荐

windows10在python环境下pip install安装模块方法(matplotlib scipy Pillow)

windows10在python环境下pip install安装模块的方法:

1.准备工作:进入cmd窗口,输入python,检查python环境是否配置成功。

2.(退出python,)输入python -m pip install -U pip,更新pip install。

3.输入pip install 要安装的东西。例如:pip install matplotlib;pip install scipy;pip install Pillow ……

4.检查是否安装成功:进入python,输入import 要检测的东西,如果没有报错就成功了。例如:importmatplotlib

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。