summaryrefslogtreecommitdiff
path: root/docs/README
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2012-03-03 09:11:54 +0000
committerAymeric Augustin <aymeric.augustin@m4x.org>2012-03-03 09:11:54 +0000
commitc0e73a4909832e0db7cac5345128979a21529786 (patch)
tree19ec2c67ab07314dd5d82c929acd8a3d013bd58a /docs/README
parentd636150e533a2954f9b74aa6ca2e7375b18437ef (diff)
Fixed #9995 -- Updated the installation instructions to recommend pip. Also fixed ReST errors. Refs #9112.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17636 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/README')
-rw-r--r--docs/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/README b/docs/README
index 323e191cce..b02499d738 100644
--- a/docs/README
+++ b/docs/README
@@ -5,9 +5,9 @@ Technically speaking, it uses ReST (reStructuredText) [1], and the Sphinx
documentation system [2]. This allows it to be built into other forms for
easier viewing and browsing.
-To create an HTML version of the docs on a Unix machine (Linux or Mac):
+To create an HTML version of the docs:
-* Install Sphinx (using ``easy_install Sphinx`` or some other method)
+* Install Sphinx (using ``sudo pip install Sphinx`` or some other method)
* In this docs/ directory, type ``make html`` (or ``make.bat html`` on
Windows) at a shell prompt.