diff options
author | Dan McGee <dan@archlinux.org> | 2010-10-08 16:48:33 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-10-08 16:48:33 -0500 |
commit | 1946d3d144c555a51ee7072b215126be931247aa (patch) | |
tree | 8360d3df4086edb04cac362976e14111f9944935 /README | |
parent | f8c2a155102f07fb15be3d181cedb65623ee1dd4 (diff) |
Fix README instructions
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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). |