2017年12月23日

python 安装lxml

摘要: 安装前确认pip 已经安装好配置到环境变量里面了。 在命令行里面 1. 打开cmd,输入pip install wheel,先安装wheel库了才能安装.whl文件。 2.查看python对应的版本,然后在去下载对应版本的lxml 输出: [('cp27', 'none', 'win_amd64') 阅读全文

posted @ 2017-12-23 18:58 huodaihao 阅读(15990) 评论(0) 推荐(0) 编辑

python安装pip

摘要: 以windows 为例 把python.exe配到环境变量里面。 在C:\Windows\System32\cmd.exe 的路径下有 easy_install.exe 执行 easy_install.exe pip 会看到已经生成了 pip.exe 在该路径的下面。 把pip.exe配置到环境变量 阅读全文

posted @ 2017-12-23 18:41 huodaihao 阅读(260) 评论(0) 推荐(0) 编辑

导航