ck 4 years ago
parent
commit
1640234b69
1 changed files with 4 additions and 6 deletions
  1. 4 6
      README.md

+ 4 - 6
README.md

@@ -9,17 +9,15 @@
 
 
 ### 根据pipfile安装依赖包
 ### 根据pipfile安装依赖包
 `cd DataCenter`
 `cd DataCenter`
-
 `pipenv install` 
 `pipenv install` 
  
  
 
 
 ## 项目结构
 ## 项目结构
-- monitor-center/config目录下的config.yaml数据库等配置文件
-- monitor-center/model 下为封装的工具包,可直接调用
-- script 为可运行脚本文件
-
-
+`model 为封装工具类`
+`config 是配置文件`
+`app 为数据处理程序`
 ## 基本使用
 ## 基本使用
+
 ### 数据库操作
 ### 数据库操作