docs on Scrapy on Windows + Python 3

This commit is contained in:
Pawel Miech 2016-07-04 16:35:59 +02:00 committed by Paul Tremberth
parent adb837d7b7
commit dc8db8b35e
2 changed files with 6 additions and 3 deletions

View File

@ -71,7 +71,10 @@ What Python versions does Scrapy support?
Scrapy is supported under Python 2.7 and Python 3.3+.
Python 2.6 support was dropped starting at Scrapy 0.20.
Python 3 support was added in Scrapy 1.1. Python 3 is not yet supported on Windows.
Python 3 support was added in Scrapy 1.1.
.. note::
Python 3 is not yet supported on Windows.
Did Scrapy "steal" X from Django?
---------------------------------

View File

@ -86,8 +86,8 @@ Windows
pip install Scrapy
.. note::
Python 3 is not supported on Windows. Installation of Scrapy on Windows
with Python 3 will fail.
Python 3 is not supported on Windows. This is because Scrapy core requirement Twisted does not support
Python 3 on Windows.
Ubuntu 9.10 or above
--------------------