怎么在spyder装模块?
在spyder装模块的方法:(推荐:spyder使用教程)
1、打开Anaconda Prompt(开始-搜Anaconda Prompt)
2、使用下面 的命令安装模块
pip install [module名]
或者
conda install [module名]
更多python知识请关注python教程。
来源:PY学习网:原文地址:https://www.py.cn/article.html
在spyder装模块的方法:(推荐:spyder使用教程)
1、打开Anaconda Prompt(开始-搜Anaconda Prompt)
2、使用下面 的命令安装模块
pip install [module名]
或者
conda install [module名]
更多python知识请关注python教程。
来源:PY学习网:原文地址:https://www.py.cn/article.html