Windows: 7-64bit
python: 3.5.2
Scrapy網(wǎng)站 (https://doc.scrapy.org/en/1.2/intro/install.html) 文檔中查看需要依賴的包
1.1 parsel, w3lib, cryptography, pyOpenSSL, lxml包可以直接通過cmd命令行窗口 pip install xxx 來進行下載安裝
1.2 twisted包需要在網(wǎng)站 (http://www.lfd.uci.edu/~gohlke/pythonlibs/) 中找到對應(yīng)的文件進行下載 下載之后cmd命令行窗口到文件目錄執(zhí)行 pip install xxx.whl 文件進行安裝cmd命令行窗口執(zhí)行
pip install scrapy