diff options
author | Dan McGee <dan@archlinux.org> | 2012-12-30 23:05:20 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-12-30 23:05:20 -0600 |
commit | ab77061663d42d7040953d1f2f1afd8b2f297cb9 (patch) | |
tree | 4da7a610a40c81f111550bbbb6f33bb93975c7af /README | |
parent | 3e7c519ae224800375a488d2c961db7cdcf8ee51 (diff) |
Minor updates to READMErelease_2012-12-30
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -26,18 +26,18 @@ packages, you will probably want the following: - django - python2-psycopg2 - python2-markdown -- python-south -- python-memcached +- python2-south +- python2-memcached # Testing Installation 1. Run `virtualenv2`. - $ cd /path/to/archweb && virtualenv2 ../archweb-env + $ cd /path/to/archweb && virtualenv2 ./env/ 2. Activate the virtualenv. - $ source ../archweb-env/bin/activate + $ source ./env/bin/activate 2. Install dependencies through `pip`. |