File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ RUN mkdir -p /var/www/
20
20
ADD . /var/www/do_cron/
21
21
22
22
# 5. 安装pip依赖
23
- RUN pip3 install --user -- upgrade pip
23
+ RUN pip3 install --upgrade pip
24
24
RUN pip3 install -U git+https://github.com/ss1917/ops_sdk.git
25
25
RUN pip3 install -r /var/www/do_cron/doc/requirements.txt
26
26
Original file line number Diff line number Diff line change @@ -63,9 +63,9 @@ create database `do_cron` default character set utf8mb4 collate utf8mb4_unicode_
63
63
#### 二、本地安装
64
64
65
65
> 建议使用虚拟环境
66
-
66
+ > 具体参考Dockerfile 内的安装步骤
67
67
- 修改配置文件
68
- - 安装依赖 具体参考 Dockerfile
68
+ - 安装依赖
69
69
- - pip3 install --user --upgrade pip
70
70
- - pip3 install -U git+https://github.com/ss1917/ops_sdk.git
71
71
- - pip3 install -r /var/www/do_cron/doc/requirements.txt
Original file line number Diff line number Diff line change 1
- tornado == 5.0.2
1
+ tornado == 5.0
2
2
pycurl == 7.43
3
3
shortuuid == 0.5.0
4
4
pymysql == 0.9.3
You can’t perform that action at this time.
0 commit comments