DEV Community

Rahul
Rahul

Posted on

Red Hat or CentOS Linux

It's equally easy to install Scrapy on Red Hat or other distributions (tested with
Ubuntu 14.04 Trusty Tahr - 64 bit) that use yum . All you need is the following
three lines:
sudo yum update
sudo yum -y install libxslt-devel pyOpenSSL python-lxml python-devel gcc
sudo easy_install scrapy

Top comments (0)