vvLavida / TechNotes

Issuses for coding summarize.
GNU General Public License v3.0
6 stars 3 forks source link

爬虫环境搭建 #54

Open vvLavida opened 7 years ago

vvLavida commented 7 years ago

安装command line tools:

xcode-select --install

安装html的解析pyquery:

sudo easy_install pyquery

安装pip:

sudo easy_install pip