From f8ae99d18fb0365c340152e880245bb4340d7a1f Mon Sep 17 00:00:00 2001 From: Rolando Espinoza Date: Sat, 5 Dec 2015 09:48:17 -0400 Subject: [PATCH] DOC Removed pywin32 from install instructions as it's already declared as dependency. --- docs/intro/install.rst | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/intro/install.rst b/docs/intro/install.rst index abb94c006..122de47f6 100644 --- a/docs/intro/install.rst +++ b/docs/intro/install.rst @@ -44,13 +44,10 @@ Anaconda If you already have installed `Anaconda`_ or `Miniconda`_, the company `Scrapinghub`_ maintains official conda packages for Linux, Windows and OS X. -To install Scrapy in Linux or OS X, use: +To install Scrapy using ``conda``, run:: conda install -c scrapinghub scrapy -To install Scrapy in Windows, use: - - conda install -c scrapinghub scrapy pywin32 Windows -------