Debian 6 Python How to Install Scrapy

February 7, 2012 | By Duchateaux.

This Guide Simply & shows youHow to Install Python-Scrapy.

  1. Look-Up Python Version:

    python --version

  2. Install Dependencies with:

    sudo apt-get install python-setuptools python2X-dev

    Substitute 2X with your python Version.
    You can Install this also by Synaptic-Package-Manager…

  3. Install Python pip:

    easy_install pip

  4. Installing Scrapy with:

    sudo pip install Scrapy


QuickChic Theme • Powered by WordPress