We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab917a8 commit ad5d254Copy full SHA for ad5d254
README.md
@@ -20,9 +20,20 @@ API Server 可以见[部署样例](https://proxypool.scrape.center/),随机代
20
21
本样例为 GitHub Actions + Kubernetes 自动部署 master 分支代码结果。
22
23
+## 使用准备
24
+
25
+首先当然是克隆代码并进入 ProxyPool 文件夹:
26
27
+```
28
+git clone https://github.com/Python3WebSpider/ProxyPool.git
29
+cd ProxyPool
30
31
32
+然后选用下面 Docker 和常规方式任意一个执行即可。
33
34
## 使用要求
35
-可以通过两种方式来运行代理池,一种方式是使用 Docker(推荐),另一种方式是常规方式运行。
36
+可以通过两种方式来运行代理池,一种方式是使用 Docker(推荐),另一种方式是常规方式运行,要求如下:
37
38
### Docker
39
@@ -31,6 +42,8 @@ API Server 可以见[部署样例](https://proxypool.scrape.center/),随机代
42
* Docker
43
* Docker-Compose
44
45
+安装方法自行搜索即可。
46
47
### 常规方式
48
49
常规方式要求有 Python 环境、Redis 环境,具体要求如下:
0 commit comments