Installation of scrapy under Windows

Source: Internet
Author: User

Scrapy Official Website Installation steps

Platform Installation Guide Windows

Install Python 2.7 from the http://python.org/download/.

You need to modify the PATH environment variable to add Python executable programs and additional scripts to the system path. Add the following paths to the path:

C:\Python2.7\; C:\Python2.7\Scripts\;

Please open the command line and run the following command to modify the PATH:

C:\python27\python.exe c:\python27\tools\scripts\win_add2path.py

Close and reopen the command Line window to take effect. Run the next command to confirm the desired Python version of its output:

Python--version

Install Pywin32 from http://sourceforge.net/projects/pywin32/

Please confirm that the download conforms to your system version (Win32 or AMD64)

Install Pip from https://pip.pypa.io/en/latest/installing.html

Open the Command Line window to confirm that the PIP is installed correctly:

Pip--version

Python 2.7 and Pip have been able to run correctly so far. Next Install Scrapy:

Pip Install Scrapy


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.