This Guide Simply & shows youHow to Install Python-Scrapy.
-
Look-Up Python Version:
python --version
-
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… -
Install Python pip:
easy_install pip
-
Installing Scrapy with:
sudo pip install Scrapy