瀏覽代碼

Merge branch 'master' of github.com:Python3WebSpider/ProxyPool

Germey 4 年之前
父節點
當前提交
bc5848970e
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. 7 0
      README.md

+ 7 - 0
README.md

@@ -65,6 +65,13 @@ proxypool    | 2020-02-19 17:09:46,596 INFO success: tester entered RUNNING stat
 
 这时候访问 [http://localhost:5555/random](http://localhost:5555/random) 即可获取一个随机可用代理。
 
+如果下载速度特别慢,可以自行修改 Dockerfile,修改:
+
+```diff
+- RUN pip install -r requirements.txt
++ RUN pip install -r requirements.txt -i https://pypi.douban.com/simple
+```
+
 ## 常规方式运行
 
 如果不使用 Docker 运行,配置好 Python、Redis 环境之后也可运行,步骤如下。