The installation steps assume that you have the following things installed:
You can install Scrapy using easy_install or pip (which is the canonical way to distribute and install Python packages).
Note
Check Platform specific installation notes first.
To install using pip:
pip install Scrapy
To install using easy_install:
easy_install Scrapy
After installing Python, follow these steps before installing Scrapy:
Finally, this page contains many precompiled Python binary libraries, which may come handy to fulfill Scrapy dependencies:
Don’t use the python-scrapy package provided by Ubuntu, they are typically too old and slow to catch up with latest Scrapy.
Instead, use the official Ubuntu Packages, which already solve all dependencies for you and are continuously updated with the latest bug fixes.