Merge pull request #1628 from rolando/conda-docs

[MRG] Removed pywin32 from conda install instructions as it's already declared as dependency.
This commit is contained in:
Daniel Graña 2015-12-05 14:45:17 -03:00
commit b5285c3f38
1 changed files with 1 additions and 4 deletions

View File

@ -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
-------