summaryrefslogtreecommitdiff
path: root/docs/install.txt
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2005-07-18 14:03:56 +0000
committerAdrian Holovaty <adrian@holovaty.com>2005-07-18 14:03:56 +0000
commitfbfa3d603ec12bf3789df558e9fd2f9e7bd0eb0f (patch)
tree118f493b37e1641ccc4b6c86a0a649decfd8220a /docs/install.txt
parentfe8ca41e6302f2588f3757fbb3fb50a62cf113ab (diff)
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
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 d68d5fe5ae..075f2c229b 100644
--- a/docs/install.txt
+++ b/docs/install.txt
@@ -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.