1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

magic-removal: Merged to [1960]

git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@1961 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty
2006-01-15 00:14:41 +00:00
parent 3d293b5144
commit 0b5043832b
70 changed files with 1066 additions and 738 deletions

View File

@@ -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.