在spyder装模块的方法:(推荐:spyder使用教程)

1、打开Anaconda Prompt(开始-搜Anaconda Prompt)

2、使用下面 的命令安装模块

pip install [module名]

或者

conda install [module名]

更多python知识请关注python教程。

来源:PY学习网:原文地址:https://www.py.cn/article.html

hmoban主题是根据ripro二开的主题,极致后台体验,无插件,集成会员系统
自学咖网 » 怎么在spyder装模块?