An open API service indexing awesome lists of open source software.

https://github.com/cng1985/learn_python

一个学习Python的过程
https://github.com/cng1985/learn_python

Last synced: 5 months ago
JSON representation

一个学习Python的过程

Awesome Lists containing this project

README

          

# 学习计划
## 学习基础语言
### 1.01 scrapy安装

pip install -i https://pypi.tuna.tsinghua.edu.cn/simple scrapy

### 1.0.2 Twisted安装
由于部分windows环境没有c编译环境所以需要提前下载Twisted
#### 1.0.2.1 下载Twisted
进入网页:https://www.lfd.uci.edu/~gohlke/pythonlibs/
找到Twisted 并下载Twisted
https://download.lfd.uci.edu/pythonlibs/u2hcgva4/Twisted-18.9.0-cp37-cp37m-win_amd64.whl

#### 1.0.2.2 安装Twisted
pip install C:\Users\cng19\Downloads\Twisted-18.9.0-cp37-cp37m-win_amd64.whl

### 1.0.3 安装

pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pypiwin32

这样scrapy基本上就可以用了