Created
November 21, 2010 16:15
-
-
Save caingougou/708862 to your computer and use it in GitHub Desktop.
esay_install is a package management system for python
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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