Skip to content

Commit

Permalink
Changed INSTALL to use 'python' instead of 'python2.3'
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1910 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
adrianholovaty committed Jan 11, 2006
1 parent e9727a8 commit df82f24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions INSTALL
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Thanks for downloading Django.

To install it, make sure you have Python 2.3+ installed. Then run this command:
To install it, make sure you have Python 2.3 or greater installed. Then run this command:

python2.3 setup.py install
python setup.py install

For more detailed instructions, see docs/install.txt.
For more detailed instructions, see docs/install.txt.

0 comments on commit df82f24

Please sign in to comment.