Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b5b5bcc

Browse files
committed
Merged revisions 71956 via svnmerge from
svn+ssh://[email protected]/python/trunk ........ r71956 | georg.brandl | 2009-04-26 08:05:18 +0200 (So, 26 Apr 2009) | 1 line Update versions in instructions for manual set-up. ........
1 parent 5617db8 commit b5b5bcc

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

Doc/README.txt

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,17 +79,23 @@ Without make
7979

8080
You'll need to checkout the Sphinx package to the `tools/` directory::
8181

82-
svn co http://svn.python.org/projects/doctools/trunk/sphinx tools/sphinx
82+
svn co http://svn.python.org/projects/external/Sphinx-0.6.1/sphinx tools/sphinx
8383

8484
Then, you need to install Docutils, either by checking it out via ::
8585

86-
svn co http://svn.python.org/projects/external/docutils-0.4/docutils tools/docutils
86+
svn co http://svn.python.org/projects/external/docutils-0.5/docutils tools/docutils
8787

8888
or by installing it from http://docutils.sf.net/.
8989

90+
You also need Jinja2, either by checking it out via ::
91+
92+
svn co http://svn.python.org/projects/external/Jinja-2.1.1/jinja2 tools/jinja2
93+
94+
or by installing it from PyPI.
95+
9096
You can optionally also install Pygments, either as a checkout via ::
9197

92-
svn co http://svn.python.org/projects/external/Pygments-0.9/pygments tools/pygments
98+
svn co http://svn.python.org/projects/external/Pygments-0.11.1/pygments tools/pygments
9399

94100
or from PyPI at http://pypi.python.org/pypi/Pygments.
95101

0 commit comments

Comments
 (0)