corrected arch linux install information

--HG--
extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40750
This commit is contained in:
Ismael Carnales 2009-01-19 13:37:07 +00:00
parent 4018f07d17
commit 30e928568f
1 changed files with 3 additions and 3 deletions

View File

@ -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
-------