Update install.md

pull/417/head
假想控 2017-03-26 13:46:26 +08:00 committed by GitHub
parent dd5b1097f2
commit ef8599b836
1 changed files with 3 additions and 7 deletions

View File

@ -9,15 +9,13 @@
#### 一. 环境准备
**1.1 安装基本工具和库**
##### 1.1 安装基本工具和库
$ yum -y install sqlite-devel git epel-release
**1.2 安装Python**
##### 1.2 安装Python
'''
这里可以参考 [https://segmentfault.com/a/1190000000654227][1]也可以下载我编译的rpm版本:
这里可以参考 [https://segmentfault.com/a/1190000000654227][1] 也可以下载我编译的rpm版本:
$ wget http://repo.jumpserver.org/python27-2.7.13-1.el6.x86_64.rpm
@ -28,8 +26,6 @@
$ python2.7 -V
Python 2.7.13
'''
#### 二. Jumpserver安装