Django

Code

Changeset 173

Show
Ignore:
Timestamp:
07/18/05 09:03:56 (3 years ago)
Author:
adrian
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/install.txt

    r150 r173  
    7575   (In the above line, change ``python2.3`` to match your current Python version.) 
    7676 
     77You don't have to run ``python setup.py install``. 
     78 
    7779When you want to update your code, just run the command ``svn update`` from 
    7880within the ``django_src`` directory.