Added link to ipython in doc.

This commit is contained in:
rajathkumarmp 2015-04-18 13:00:34 +05:30
parent 757309efea
commit 02629b5f7b
1 changed files with 1 additions and 1 deletions

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::