Clarify what the top folder is in the tutorial

This commit is contained in:
Adrian Chaves 2026-08-07 13:14:18 +02:00
parent 4cc58c92c5
commit 1fb9671e0e
1 changed files with 3 additions and 6 deletions

View File

@ -133,15 +133,12 @@ and defines some attributes and methods:
How to run our spider
---------------------
To put our spider to work, go to the project's top level directory (the one with the file 'scrapy.cfg') already in it and run:
scrapy genspider quotes quotes.toscrape.com
And then run
To put our spider to work, go to the project's top level directory, the one
that contains ``scrapy.cfg``, and run::
scrapy crawl quotes
This last command runs the spider named ``quotes`` that we've just added, that
This command runs the spider named ``quotes`` that we've just added, that
will send some requests for the ``quotes.toscrape.com`` domain. You will get an output
similar to this::