docs/intro/install.rst: added -U flag to easy_install command

This commit is contained in:
Pablo Hoffman 2010-11-22 13:50:19 -02:00
parent 91e6753035
commit 426b6fa100
1 changed files with 1 additions and 1 deletions

View File

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