From 1946d3d144c555a51ee7072b215126be931247aa Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Fri, 8 Oct 2010 16:48:33 -0500 Subject: Fix README instructions Signed-off-by: Dan McGee --- README | 6 +++--- 1 file 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). -- cgit v1.2.3-55-g3dc8