Update README.md

This commit is contained in:
Jerry Li 2018-08-05 13:36:24 +08:00 committed by GitHub
parent 83672feffe
commit 9e13d1c32d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 2 deletions

View File

@ -12,8 +12,13 @@ python 3.4 以上
- 需结合selenium grid 或 selenium docker 作为节点进行具体执行载体。
## 安装步骤:
- 1. clone 或下载代码包到本地解压。
- 2. 按requirements.txt 安装依赖。
- 1. clone 或下载代码包到本地解压:
git clone https://github.com/jerrylizilong/autotest_platform.git
- 2. 按requirements.txt 安装依赖:
cd autotest_platform
pip3 install -r requirements.txt
- 3. 数据库配置: 创建数据库,并执行 init.sql 、 keyword.sql 建表并初始化配置数据。
- 4. 配置: 修改 app/config.py 中关于数据库部分的配置: host、port、database、user、password。