Created
January 27, 2015 10:00
-
-
Save Ivlyth/2a26411bdd4f9ffe08c0 to your computer and use it in GitHub Desktop.
ubuntu 环境下一些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
# ubuntu | |
# sqlalchemy for python | |
sudo pip install sqlalchemy | |
# redis for python | |
sudo pip install redis | |
# tornado for python | |
sudo pip install tornado | |
# supervisor for python | |
sudo pip install supervisor | |
# pymongo for python | |
sudo pip install pymongo | |
# scrapy | |
sudo pip install scrapy | |
# django | |
sudo pip install django |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment