From f74051e69e870d9e29deec62c121f8a593c503ae Mon Sep 17 00:00:00 2001 From: Victor Sued Date: Tue, 18 Oct 2016 16:36:43 -0200 Subject: [PATCH] update documentation to explain the use of double quotes on Windows. --- docs/intro/tutorial.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/intro/tutorial.rst b/docs/intro/tutorial.rst index 4f2736709..5aed25e4e 100644 --- a/docs/intro/tutorial.rst +++ b/docs/intro/tutorial.rst @@ -205,6 +205,10 @@ using the shell :ref:`Scrapy shell `. Run:: command-line, otherwise urls containing arguments (ie. ``&`` character) will not work. + On Windows, use double quotes instead:: + + scrapy shell "http://quotes.toscrape.com/page/1/" + You will see something like:: [ ... Scrapy log here ... ]