From d588010b39f403f6b6306936218c96c88d39e13e Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 20 Nov 2014 18:17:52 +0530 Subject: [PATCH] Add pygments to the binary builds --- setup/installer/windows/notes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/installer/windows/notes.rst b/setup/installer/windows/notes.rst index 057a031015..9ec1d67c2e 100644 --- a/setup/installer/windows/notes.rst +++ b/setup/installer/windows/notes.rst @@ -119,7 +119,7 @@ tarball. Edit setup.py and set zip_safe=False. Then run:: Run the following command to install python dependencies:: - easy_install --always-unzip -U mechanize python-dateutil dnspython cssutils clientform pycrypto cssselect + easy_install --always-unzip -U mechanize python-dateutil dnspython cssutils clientform pycrypto cssselect pygments Install pyreadline from https://pypi.python.org/pypi/pyreadline/2.0