Commit 12bc63fb authored by 老广's avatar 老广 Committed by GitHub

Update install.md

parent 7bbb1d24
......@@ -23,7 +23,8 @@ Python 2.7.13
```
#### 二. Jumpserver安装
**2.1 下载仓库代码 **
**2.1 下载仓库代码**
```
$ cd /opt
......@@ -31,7 +32,7 @@ $ git clone [https://github.com/jumpserver/jumpserver.git][2]
$ cd jumpserver
$ git checkout dev
```
**2.1 安装依赖**
**2.2 安装依赖**
```
$ cd requirements
......@@ -39,7 +40,7 @@ $ sudo yum -y install `cat rpm_requirements.txt`
$ pip2.7 install -r requirements.txt -i https://pypi.doubanio.com/simple
```
**2.3 准备配置文件 **
**2.3 准备配置文件**
```
$ cd ..
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment