mirror of https://github.com/scrapy/scrapy.git
remove version suffix from ubuntu package
This commit is contained in:
parent
af97c373ea
commit
38e5bfb61c
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue