https://github.com/cng1985/learn_python
一个学习Python的过程
https://github.com/cng1985/learn_python
Last synced: 5 months ago
JSON representation
一个学习Python的过程
- Host: GitHub
- URL: https://github.com/cng1985/learn_python
- Owner: cng1985
- License: mit
- Created: 2019-12-01T09:06:47.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-27T13:30:17.000Z (almost 5 years ago)
- Last Synced: 2025-06-06T03:01:38.424Z (7 months ago)
- Language: Python
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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基本上就可以用了