From dc8db8b35e255ee7e95bb08220dc35cfeff16caf Mon Sep 17 00:00:00 2001 From: Pawel Miech Date: Mon, 4 Jul 2016 16:35:59 +0200 Subject: [PATCH] docs on Scrapy on Windows + Python 3 --- docs/faq.rst | 5 ++++- docs/intro/install.rst | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/faq.rst b/docs/faq.rst index 35551d3cc..415331515 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -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? --------------------------------- diff --git a/docs/intro/install.rst b/docs/intro/install.rst index 16b8761c2..3364c3b31 100644 --- a/docs/intro/install.rst +++ b/docs/intro/install.rst @@ -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 --------------------