Skip to content

Commit bc58489

Browse files
committed
Merge branch 'master' of github.com:Python3WebSpider/ProxyPool
2 parents 08054f7 + 891a19d commit bc58489

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,13 @@ proxypool | 2020-02-19 17:09:46,596 INFO success: tester entered RUNNING stat
6565

6666
这时候访问 [http://localhost:5555/random](http://localhost:5555/random) 即可获取一个随机可用代理。
6767

68+
如果下载速度特别慢,可以自行修改 Dockerfile,修改:
69+
70+
```diff
71+
- RUN pip install -r requirements.txt
72+
+ RUN pip install -r requirements.txt -i https://pypi.douban.com/simple
73+
```
74+
6875
## 常规方式运行
6976

7077
如果不使用 Docker 运行,配置好 Python、Redis 环境之后也可运行,步骤如下。

0 commit comments

Comments
 (0)