From 30e928568f1441c17e70aa903fbdae4589017633 Mon Sep 17 00:00:00 2001 From: Ismael Carnales Date: Mon, 19 Jan 2009 13:37:07 +0000 Subject: [PATCH] corrected arch linux install information --HG-- extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40750 --- scrapy/trunk/docs/intro/install.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scrapy/trunk/docs/intro/install.rst b/scrapy/trunk/docs/intro/install.rst index 15709c9e4..c5f09e920 100644 --- a/scrapy/trunk/docs/intro/install.rst +++ b/scrapy/trunk/docs/intro/install.rst @@ -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 -------