Index: docs/install.txt
===================================================================
--- docs/install.txt	(revisión: 4347)
+++ docs/install.txt	(copia de trabajo)
@@ -77,10 +77,12 @@
 Installing the official version
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-1. Download Django-0.95.tar.gz from our `download page`_.
-2. ``tar xzvf Django-0.95.tar.gz``
-3. ``cd Django-0.95``
-4. ``sudo python setup.py install``
+1. Check `distribution specific notes`_ to be sure that your platform/distribution
+   does not provide Django packages/installers.
+2. Download Django-0.95.tar.gz from our `download page`_.
+3. ``tar xzvf Django-0.95.tar.gz``
+4. ``cd Django-0.95``
+5. ``sudo python setup.py install``
 
 Note that the last command will automatically download and install setuptools_
 if you don't already have it installed. This requires a working Internet
@@ -93,6 +95,7 @@
 directory.
 
 .. _setuptools: http://peak.telecommunity.com/DevCenter/setuptools
+.. _distribution specific notes: http://www.djangoproject.com/documentation/distributions/
 
 Installing the development version
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
