Django Notes II: Difference between revisions
From Federal Burro of Information
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
sudo apt-get update | sudo apt-get update | ||
sudo apt-get install python-pip | sudo apt-get install python-pip | ||
pip install -U pip | |||
pip install Django |
Revision as of 05:11, 27 January 2016
- ubuntu 14.4.03 LTS
sudo apt-get update sudo apt-get install python-pip pip install -U pip pip install Django