Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jelle van der Waa
Archweb
Commits
1946d3d1
Commit
1946d3d1
authored
Oct 08, 2010
by
Dan McGee
Browse files
Fix README instructions
Signed-off-by:
Dan McGee
<
dan@archlinux.org
>
parent
f8c2a155
Changes
1
Hide whitespace changes
Inline
Side-by-side
README
View file @
1946d3d1
...
...
@@ -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).
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment