hupili / snsapi

Cross platform middleware for Social Networking Services: Twitter, Facebook, SinaWeibo, Renren, RSS, Email, Sqlite, ... (more coming)
http://snsapi.ie.cuhk.edu.hk
159 stars 53 forks source link

Remove the dependency of lxml #102

Open hupili opened 11 years ago

hupili commented 11 years ago

Just helped a new user on getting SNSAPI up for the first run on his fresh Ubuntu system. I find that installing lxml is no so straightforward. Users should have python-dev and libxslt installed. New users (to Linux and Python) may have difficulty figuring it out.

The solution:

hupili commented 11 years ago

Following is one way to gracefully manage it:

Besides, load requirements.txt in setup.py instead of hardcoding.

This makes sure casual users can do a pip install snsapi smoothly and get hands on in a few minutes.