在windows下如何安装lxml的python包
通过pip安装:1. install easy_installdownload file fromhttp://python-distribute.org/distribute_setup.pypython.exe distribute_setup.py2. install pipdownload file fromhttps://raw.github.com/
·
通过pip安装:
1. install easy_install
download file from http://python-distribute.org/distribute_setup.pypython.exe distribute_setup.py
2. install pip
download file from https://raw.github.com/pypa/pip/master/contrib/get-pip.py
python.exe get-pip.py
after install pip, the path is C:\Python27\Scripts\pip.exe
3. install lxml
pip.exe install lxml
自己下载exe安装:
从https://pypi.python.org/pypi/lxml/2.3下载exe文件,安装就可以了
开放原子开发者工作坊旨在鼓励更多人参与开源活动,与志同道合的开发者们相互交流开发经验、分享开发心得、获取前沿技术趋势。工作坊有多种形式的开发者活动,如meetup、训练营等,主打技术交流,干货满满,真诚地邀请各位开发者共同参与!
更多推荐
已为社区贡献5条内容
所有评论(0)