Created
December 5, 2012 05:35
-
-
Save calvinchengx/4212645 to your computer and use it in GitHub Desktop.
new project
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
| cd ~/work | |
| mkvirtualenv -p python2.7 --no-site-packages --distribute pythonio | |
| pip install -e git+git://github.com/django/django.git#egg=django | |
| django-admin.py startproject pythonio | |
| cd pythonio | |
| git init | |
| git remote add origin ssh://[email protected]/pythonio/pythonio.git |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment