remove version suffix from ubuntu package

This commit is contained in:
Pablo Hoffman 2015-06-22 10:57:24 -03:00
parent af97c373ea
commit 38e5bfb61c
1 changed files with 2 additions and 2 deletions

View File

@ -21,11 +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 the scrapy-|version| package:
3. Update package lists and install the scrapy package:
.. parsed-literal::
sudo apt-get update && sudo apt-get install scrapy-|version|
sudo apt-get update && sudo apt-get install scrapy
.. note:: Repeat step 3 if you are trying to upgrade Scrapy.