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

doc: use |version| substitution in ubuntu packages

This commit is contained in:
Pablo Hoffman 2014-06-24 09:52:51 -03:00
parent 05ffca2781
commit ee5c3209af

View File

@ -21,10 +21,11 @@ To use the packages:
echo 'deb http://archive.scrapy.org/ubuntu scrapy main' | sudo tee /etc/apt/sources.list.d/scrapy.list
3. Update package lists and install `scrapy-VERSION`, replace `VERSION` by a
known Scrapy version (i.e.: `scrapy-0.22`::
3. Update package lists and install the scrapy-|version| package:
sudo apt-get update && sudo apt-get install scrapy-VERSION
.. parsed-literal::
sudo apt-get update && sudo apt-get install scrapy-|version|
.. note:: Repeat step 3 if you are trying to upgrade Scrapy.