summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2010-10-08 16:48:33 -0500
committerDan McGee <dan@archlinux.org>2010-10-08 16:48:33 -0500
commit1946d3d144c555a51ee7072b215126be931247aa (patch)
tree8360d3df4086edb04cac362976e14111f9944935 /README
parentf8c2a155102f07fb15be3d181cedb65623ee1dd4 (diff)
downloadarchweb-1946d3d144c555a51ee7072b215126be931247aa.tar.gz
archweb-1946d3d144c555a51ee7072b215126be931247aa.zip
Fix README instructions
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index e517ffe6..dc43e9da 100644
--- a/README
+++ b/README
@@ -20,8 +20,8 @@ See AUTHORS file.
# Python dependencies
More detail in `requirements.txt` and `requirements_prod.txt`; it is best to
-use virtualenv to handle these. But if you insist on (Arch Linux) packages, you
-will probably want the following:
+use virtualenv and pip to handle these. But if you insist on (Arch Linux)
+packages, you will probably want the following:
- mysql-python or python-pysqlite
- django
@@ -37,7 +37,7 @@ will probably want the following:
2. Install dependencies through `pip`.
- $ pip -r requirements.txt
+ $ pip install -r requirements.txt
3. Copy `local_settings.py.example` to `local_settings.py` and modify.
Make sure to uncomment the appropriate db section (either sqlite or mysql).