Improved docs/install.txt to say you don't have to run 'setup.py install' if you're using SVN. Thanks, dp_wiz

git-svn-id: http://code.djangoproject.com/svn/django/trunk@173 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2005-07-18 14:03:56 +00:00
parent fe8ca41e63
commit fbfa3d603e
1 changed files with 2 additions and 0 deletions

View File

@ -74,6 +74,8 @@ Installing the development version
(In the above line, change ``python2.3`` to match your current Python version.)
You don't have to run ``python setup.py install``.
When you want to update your code, just run the command ``svn update`` from
within the ``django_src`` directory.