Changeset 9523
- Timestamp:
- 11/21/08 11:47:47 (2 months ago)
- Files:
-
- django/trunk/docs/faq/install.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/faq/install.txt
r9521 r9523 15 15 .. _`Download the code`: http://www.djangoproject.com/download/ 16 16 .. _ask questions: http://www.djangoproject.com/community/ 17 18 How do I fix the "install a later version of setuptools" error?19 ---------------------------------------------------------------20 21 Just run the ``ez_setup.py`` script in the Django distribution.22 17 23 18 What are Django's prerequisites?
