mirror of https://github.com/scrapy/scrapy.git
updated docs to use scrapy version on aptitude install lines
This commit is contained in:
parent
60bdb7dc0a
commit
f984d438a0
|
|
@ -86,7 +86,7 @@ in your Ubuntu servers.
|
|||
So, if you plan to deploy Scrapyd on a Ubuntu server, just add the Ubuntu
|
||||
repositories as described in :ref:`topics-ubuntu` and then run::
|
||||
|
||||
aptitude install scrapyd
|
||||
aptitude install scrapyd-0.11
|
||||
|
||||
This will install Scrapyd in your Ubuntu server creating a ``scrapy`` user
|
||||
which Scrapyd will run as. It will also create some directories and files that
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ those in Ubuntu, and more stable too since they're built periodically from
|
|||
latest bug fixes.
|
||||
|
||||
To use the packages, add a line to your ``/etc/apt/sources.list``, then run
|
||||
``aptitude update`` and ``aptitude install scrapy``.
|
||||
``aptitude update`` and ``aptitude install scrapy-0.11``.
|
||||
|
||||
.. warning:: Please note that these packages are updated frequently, and so if
|
||||
you find you can't download the packages, try updating your apt package
|
||||
|
|
|
|||
Loading…
Reference in New Issue