update documentation to explain the use of double quotes on Windows.

This commit is contained in:
Victor Sued 2016-10-18 16:36:43 -02:00
parent 6cc83c041e
commit f74051e69e
1 changed files with 4 additions and 0 deletions

View File

@ -205,6 +205,10 @@ using the shell :ref:`Scrapy shell <topics-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 ... ]