Ver código fonte

修改开发流程

zhengwangeng 4 anos atrás
pai
commit
f93c464370
1 arquivos alterados com 13 adições e 12 exclusões
  1. 13 12
      README.md

+ 13 - 12
README.md

@@ -4,26 +4,27 @@
 Data grabbing platform(DGP)数据采集平台
 
 #### 文档结构
-1.  dgp为代码目录,gpd/tests为测试代码目录
-2.  docs为文档目录
+
+* `dgp`为代码目录,`gpd/tests`为测试代码目录
+* `docs`为文档目录
 
 #### 安装教程
 
-1.  确保已安装Python3
-2.  安装项目依赖,执行 **pip install -r requirements.txt**
-3.  xxxx
+* 确保已安装Python3
+* 安装项目依赖,执行 `pip install -r requirements.txt`
+
 
 #### 使用说明
 
-1.  修改数据库账号配置
-2.  检查account和token配置
-3.  执行相关脚本:**nohup python3 -u get_data_hourly.py >output_get_data_hourly_202009251042.log 2>&1 &**
+* 修改数据库账号配置
+* 检查account和token配置
+* 执行相关脚本:`nohup python3 -u get_data_hourly.py >output_get_data_hourly_202009251042.log 2>&1 &`
 
 #### 参与贡献
 
-1.  Fork 本仓库,拉取的是dev分支
-2.  直接在dev分支上开发,添加新的依赖后请执行 **pip freeze > requirements.txt** 或 **pipreqs /qc-dgp**
-3.  提交代码
-4.  新建 Pull Request
+* Fork 本仓库,拉取的是dev分支
+* 直接在dev分支上开发,添加新的依赖后请执行 `pip freeze > requirements.txt` 或 `pipreqs /qc-dgp`
+* 提交代码
+* 新建 Pull Request