Steps for installing scarapy on centos7

Source: Internet
Author: User

Steps for installing scarapy on centos7

Scrapy is required to build distributed crawlers in Linux. The installation steps are as follows:

I. Configure the environment

1. Download the Anaconda installation package
Http://www.continuum.io/downloads#all

2. Find the installation package and move the installation package to the/opt folder.
Decompress and install

sh Anaconda-2.3.0-Linux-x86_64.sh 

3. Download pip installation package https://pypi.python.org/pypi/pip

Decompress and install the file

tar -zxvf pip-7.1.2.tar.gz

Cd pip-7.1.2

python setup.py install

4. Download The setuptools installation package

Https://pypi.python.org/pypi/setuptools/

Decompress and install

tar -zxvf setuptools-18.3.2.tar.gz

Cd setuptools-18.3.2

python setup.py install

Then open a terminal

You can directly run the command to install scrapy.

pip install scrapy

Finished ....

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.