mirror of https://github.com/scrapy/scrapy.git
docs/intro/install.rst: added -U flag to easy_install command
This commit is contained in:
parent
91e6753035
commit
426b6fa100
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue