python-windows-anaconda安装模块
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python-windows-anaconda安装模块相关的知识,希望对你有一定的参考价值。
cmd
cd 到Anaconda所存路径下的Scripts文件夹下
我的是C:\\Users\\Administrator\\Anaconda3\\Scripts
所以按照cd C:\\Users\\Administrator\\Anaconda3\\Scripts操作
输入pip install 模块名
比如pyperclip模块
pip install pyperclip
以上是关于python-windows-anaconda安装模块的主要内容,如果未能解决你的问题,请参考以下文章