Skip to content

Instantly share code, notes, and snippets.

@caingougou
Created November 21, 2010 16:15
Show Gist options
  • Select an option

  • Save caingougou/708862 to your computer and use it in GitHub Desktop.

Select an option

Save caingougou/708862 to your computer and use it in GitHub Desktop.
esay_install is a package management system for python
# install easy_install
wget -q http://peak.telecommunity.com/dist/ez_setup.py
# install pyquery by easy_install
easy_intsall pyquery
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment