From 02629b5f7b29d9955ea6e8468cadf30648ffbd84 Mon Sep 17 00:00:00 2001 From: rajathkumarmp Date: Sat, 18 Apr 2015 13:00:34 +0530 Subject: [PATCH] Added link to ipython in doc. --- docs/intro/tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro/tutorial.rst b/docs/intro/tutorial.rst index b24366eb1..c1f6d3093 100644 --- a/docs/intro/tutorial.rst +++ b/docs/intro/tutorial.rst @@ -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 `, which also requires IPython (an extended Python console) +shell `, which also requires `IPython `_ (an extended Python console) installed on your system. To start a shell, you must go to the project's top level directory and run::