mirror of https://github.com/scrapy/scrapy.git
corrected arch linux install information
--HG-- extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40750
This commit is contained in:
parent
4018f07d17
commit
30e928568f
|
|
@ -36,12 +36,12 @@ If you're running Ubuntu/Debian Linux run the following command as root::
|
|||
|
||||
$ apt-get install python-twisted python-libxml2 python-pyopenssl
|
||||
|
||||
Arch
|
||||
----
|
||||
Arch Linux
|
||||
----------
|
||||
|
||||
If you are running Arch Linux use the following command to install required dependencies::
|
||||
|
||||
$ pacman -S twisted python-lxml pyopenssl
|
||||
$ pacman -S twisted libxml2 pyopenssl
|
||||
|
||||
Windows
|
||||
-------
|
||||
|
|
|
|||
Loading…
Reference in New Issue