From ed6bace52eacc7ed69c8c678fc9dd174804fef89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=81=E5=B9=BF?= Date: Mon, 22 Jan 2018 22:56:20 +0800 Subject: [PATCH] =?UTF-8?q?Updated=20v0.5.0=20=E5=9F=BA=E4=BA=8E=20CentOS7?= =?UTF-8?q?=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- v0.5.0-基于-CentOS7.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v0.5.0-基于-CentOS7.md b/v0.5.0-基于-CentOS7.md index 0f9bca2..84614e5 100644 --- a/v0.5.0-基于-CentOS7.md +++ b/v0.5.0-基于-CentOS7.md @@ -66,7 +66,7 @@ $ yum -y install $(cat rpm_requirements.txt) # 如果没有任何报错请继 **2.3 安装python库依赖** ``` -$ pip install -r requirements.txt # 如果没有任何报错请继续 +$ pip install -r requirements.txt # 不要指定-i参数,因为镜像上可能没有最新的包,如果没有任何报错请继续 ``` **2.4 安装Redis, jumpserver使用redis做cache和celery broker** @@ -274,7 +274,7 @@ $ git pull && cd utils && sh make_migrations.sh 2. 升级 coco ``` -$ git pull && cd requirements && pip install -r requirements.txt +$ git pull && cd requirements && pip install -r requirements.txt # 不要指定 -i参数 ``` 3. 升级 luna