Added a small clarification to doc/install.txt

git-svn-id: http://code.djangoproject.com/svn/django/trunk@77 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2005-07-15 21:53:20 +00:00
parent 835240cf04
commit 158b54380e
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ Installing the development version
``ln -s django_src/django /usr/lib/python2.3/site-packages/django`` ``ln -s django_src/django /usr/lib/python2.3/site-packages/django``
Change ``python2.3`` to match your current Python version. (In the above line, change ``python2.3`` to match your current Python version.)
When you want to update your code, just run the command ``svn update`` from When you want to update your code, just run the command ``svn update`` from
within the ``django_src`` directory. within the ``django_src`` directory.