Merge lp:~dholbach/developer-ubuntu-com/mention-virtualenv into lp:developer-ubuntu-com

Proposed by Daniel Holbach on 2015-06-18
Status: Merged
Approved by: David Callé on 2015-06-24
Approved revision: 120
Merged at revision: 120
Proposed branch: lp:~dholbach/developer-ubuntu-com/mention-virtualenv
Merge into: lp:developer-ubuntu-com
Diff against target: 12 lines (+1/-1)
1 file modified
README.md (+1/-1)
To merge this branch: bzr merge lp:~dholbach/developer-ubuntu-com/mention-virtualenv
Reviewer Review Type Date Requested Status
David Callé 2015-06-23 Approve on 2015-06-24
Michael Hall 2015-06-23 Pending
Ubuntu App Developer site developers 2015-06-18 Pending
Review via email: mp+262354@code.launchpad.net

Commit Message

Mention virtualenv in docs.

Description of the Change

Add virtualenv to docs... yeah, I didn't have it installed (new install). :-)

To post a comment you must log in.
David Callé (davidc3) wrote :

+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'README.md'
2--- README.md 2014-12-16 11:38:53 +0000
3+++ README.md 2015-06-18 15:12:57 +0000
4@@ -4,7 +4,7 @@
5 2. Change directory to the branch location
6 3. Install the apt requirements and set up a virtual env
7
8- sudo apt-get install python-dev python-django python-django-south python-psycopg2 pwgen
9+ sudo apt install python-dev python-django python-django-south python-psycopg2 pwgen virtualenv
10 virtualenv ./env
11 ./env/bin/pip install -r requirements.txt
12 ./env/bin/python manage.py syncdb --noinput --migrate

Subscribers

People subscribed via source and target branches