Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
崔庆才丨静觅 committed Oct 31, 2020
1 parent 16c817a commit 891a19d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ proxypool | 2020-02-19 17:09:46,596 INFO success: tester entered RUNNING stat

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

如果下载速度特别慢,可以自行修改 Dockerfile,修改改行
如果下载速度特别慢,可以自行修改 Dockerfile,修改

```
```diff
- RUN pip install -r requirements.txt
+ RUN pip install -r requirements.txt -i https://pypi.douban.com/simple
```
Expand Down

0 comments on commit 891a19d

Please sign in to comment.