Update README.rst
http://stackoverflow.com/questions/21489720/installing-pyquery-via-pip
PyQuery is multi-platform May be linking to http://lxml.de/installation.html instead is a better idea
When you install pyquery with pip, it automatically installs lxml for you.
If they get pip on their system, they should be fine.
I'll update it so it shows pip installs for win and mac.
Yes I know. But installation problems always came from lxml. So why having a complex install section when you just need to says "if you experiment problems see this link"
The linux section still wrong. Not all linux distro use apt. And why not using apt-get install python-pyquery when your installing python-lxml on debian based distro?
You don't need the -dev packages if you're installing python-lxml. Those are required to pip install lxml.
Really, I'm not sure this is a good idea.
Dont need this since lxml provides wheels