Skip to content

Commit ad5d254

Browse files
authored
Update README.md
1 parent ab917a8 commit ad5d254

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,20 @@ API Server 可以见[部署样例](https://proxypool.scrape.center/),随机代
2020

2121
本样例为 GitHub Actions + Kubernetes 自动部署 master 分支代码结果。
2222

23+
## 使用准备
24+
25+
首先当然是克隆代码并进入 ProxyPool 文件夹:
26+
27+
```
28+
git clone https://github.com/Python3WebSpider/ProxyPool.git
29+
cd ProxyPool
30+
```
31+
32+
然后选用下面 Docker 和常规方式任意一个执行即可。
33+
2334
## 使用要求
2435

25-
可以通过两种方式来运行代理池,一种方式是使用 Docker(推荐),另一种方式是常规方式运行
36+
可以通过两种方式来运行代理池,一种方式是使用 Docker(推荐),另一种方式是常规方式运行,要求如下:
2637

2738
### Docker
2839

@@ -31,6 +42,8 @@ API Server 可以见[部署样例](https://proxypool.scrape.center/),随机代
3142
* Docker
3243
* Docker-Compose
3344

45+
安装方法自行搜索即可。
46+
3447
### 常规方式
3548

3649
常规方式要求有 Python 环境、Redis 环境,具体要求如下:

0 commit comments

Comments
 (0)