summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2012-12-30 23:05:20 -0600
committerDan McGee <dan@archlinux.org>2012-12-30 23:05:20 -0600
commitab77061663d42d7040953d1f2f1afd8b2f297cb9 (patch)
tree4da7a610a40c81f111550bbbb6f33bb93975c7af
parent3e7c519ae224800375a488d2c961db7cdcf8ee51 (diff)
downloadarchweb-ab77061663d42d7040953d1f2f1afd8b2f297cb9.tar.gz
archweb-ab77061663d42d7040953d1f2f1afd8b2f297cb9.zip
Minor updates to READMErelease_2012-12-30
Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 707ab7ca..beeb7f99 100644
--- a/README
+++ b/README
@@ -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`.