From 426b6fa1009a0404b8fd1a6573a2fd5a5290e33e Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Mon, 22 Nov 2010 13:50:19 -0200 Subject: [PATCH] docs/intro/install.rst: added -U flag to easy_install command --- docs/intro/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro/install.rst b/docs/intro/install.rst index c58ed9cc9..278166ec0 100644 --- a/docs/intro/install.rst +++ b/docs/intro/install.rst @@ -78,7 +78,7 @@ Installing with ``easy_install`` You can install Scrapy using setuptools_'s ``easy_install`` with:: - easy_install Scrapy + easy_install -U Scrapy .. _intro-install-pip: