Skip to content

Commit

Permalink
Merge pull request #6 from bbalban/doc-update
Browse files Browse the repository at this point in the history
Add precise list of commands to get started
  • Loading branch information
jtauber committed May 15, 2013
2 parents af62293 + 4db7880 commit 7cbfec6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Expand Up @@ -7,3 +7,15 @@ a starter project the incorporates account features from django-user-accounts
Usage:

django-admin.py startproject --template=https://github.com/pinax/pinax-project-account/zipball/master <project_name>

Getting Started:

pip install virtualenv
virtualenv mysiteenv
source mysiteenv/bin/activate
pip install Django==1.4.5
django-admin.py startproject --template=https://github.com/pinax/pinax-project-account/zipball/master mysite
cd mysite
pip install -r requirements.txt
python manage.py syncdb
python manage.py runserver

0 comments on commit 7cbfec6

Please sign in to comment.