方法一:pip install 包名;pip uninstall 包名。 方法二:pip install 下载路径\包名.whl (需要先下载第三包:地址:https://www.lfd.uci.edu/~gohlke/pythonlibs/,找到所需的包并下载保存),如下例安装gensim包所示: 方法三:若在pycharm编辑中,则在菜单setting/project/project interpreter中添加第三包。或者将第三...
豆瓣:http://pypi.douban.com/simple/ 例如:pip install -i https://pypi.tuna.tsinghua.edu.cn/...