summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 707ab7c..beeb7f9 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`.