mirror of https://github.com/scrapy/scrapy.git
docs on Scrapy on Windows + Python 3
This commit is contained in:
parent
adb837d7b7
commit
dc8db8b35e
|
|
@ -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?
|
||||
---------------------------------
|
||||
|
|
|
|||
|
|
@ -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
|
||||
--------------------
|
||||
|
|
|
|||
Loading…
Reference in New Issue