From 4a5f70278ffc91408f1249a55a6e173fbacd13b4 Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Wed, 29 Aug 2012 15:44:24 -0300 Subject: [PATCH] minor tidy up to installation guide windows notes --- docs/intro/install.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/intro/install.rst b/docs/intro/install.rst index 342e707df..2a6e4da21 100644 --- a/docs/intro/install.rst +++ b/docs/intro/install.rst @@ -43,7 +43,7 @@ After installing Python, follow these steps before installing Scrapy: path by adding those directories to the ``PATH`` environment variable from the `Control Panel`_. -* you will need to install OpenSSL by following these steps: +* install OpenSSL by following these steps: 1. go to `this page `_ @@ -53,9 +53,7 @@ After installing Python, follow these steps before installing Scrapy: 4. add the ``c:\openssl-win32\bin`` (or similar) directory to your ``PATH``, the same way you added ``python27`` in the first step`` in the first step -* you may need to install `pywin32`_ because of `this Twisted bug`_ - -* some binary packages that Scrapy depends on (like Twisted, lxml and pyOpenSSL) require a compiler available to install, and fail if you don't have Visual Studio installed. You can find Windows installers for those in following links. Make sure you respect your Python version, and Windows architecture. +* some binary packages that Scrapy depends on (like Twisted, lxml and pyOpenSSL) require a compiler available to install, and fail if you don't have Visual Studio installed. You can find Windows installers for those in the following links. Make sure you respect your Python version and Windows architecture. * pywin32: http://sourceforge.net/projects/pywin32/files/ * Twisted: http://twistedmatrix.com/trac/wiki/Downloads