summaryrefslogtreecommitdiff
path: root/docs/install.txt
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2005-07-15 21:52:16 +0000
committerAdrian Holovaty <adrian@holovaty.com>2005-07-15 21:52:16 +0000
commit835240cf04b0c00eb02e026a9d39d3cd8ff0b4be (patch)
tree1cef7c27021c34d9fe1aa85dfd8ffdbbae8d9294 /docs/install.txt
parent246402a2339175daf83057a3d6c97c03e44004ef (diff)
Added some spacing to doc/install.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@76 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/install.txt')
-rw-r--r--docs/install.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/install.txt b/docs/install.txt
index 8f45657f9a..e764c214a4 100644
--- a/docs/install.txt
+++ b/docs/install.txt
@@ -49,7 +49,9 @@ Installing the development version
2. ``svn co http://code.djangoproject.com/svn/django/trunk/ django_src``
3. Symlink ``django_src/django`` so that ``django`` is within your Python
``site-packages`` directory:
+
``ln -s django_src/django /usr/lib/python2.3/site-packages/django``
+
Change ``python2.3`` to match your current Python version.
When you want to update your code, just run the command ``svn update`` from