在python中,安装第三方模块,是通过包管理工具Pip完成的。
windows环境安装第三方库
进入Python安装目录
C:\Python27\Scripts
执行pip install module name
原文地址:https://www.cnblogs.com/networking/p/11634909.html
时间: 2024-11-08 23:45:23
在python中,安装第三方模块,是通过包管理工具Pip完成的。
windows环境安装第三方库
进入Python安装目录
C:\Python27\Scripts
执行pip install module name
原文地址:https://www.cnblogs.com/networking/p/11634909.html