1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-23 03:43:43 +00:00

Merge pull request #1171 from rajathkumarmp/edit-doc

Added link to ipython in Tutorial.
This commit is contained in:
Mikhail Korobov 2015-04-18 14:13:10 +05:00
commit bb4c8c33cc

View File

@ -239,7 +239,7 @@ Trying Selectors in the Shell
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
To illustrate the use of Selectors we're going to use the built-in :ref:`Scrapy
shell <topics-shell>`, which also requires IPython (an extended Python console)
shell <topics-shell>`, which also requires `IPython <http://ipython.org/>`_ (an extended Python console)
installed on your system.
To start a shell, you must go to the project's top level directory and run::