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

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

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: