Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
remove version suffix from ubuntu package
- Loading branch information
Showing
with
2 additions
and
2 deletions.
-
+2
−2
docs/topics/ubuntu.rst
|
@@ -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. |
|
|
|
|
|