技术宅,fat-man

增加语言的了解程度可以避免写出愚蠢的代码

导航

python:easy_install安装第三方库

sudo apt-get install python-setuptools
sudo easy_install BeautifulSoup
sudo easy_install lxml
#如果编译lxml提示缺少Python.h还需要安装下面的包
sudo apt-get install python-dev
#如果编译提示缺少xslt-config命令,还需要安装下面的包
sudo apt-get install libxslt-dev

posted on 2012-09-03 19:58  codestyle  阅读(404)  评论(0)    收藏  举报