Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 559 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 559 Bytes

Multicharts绩效上传器

安装方式:

1.下载项目代码:

git clone https://github.com/xingetouzi/McPerfomeranceUploader.git
  1. 切换或新建python虚拟环境

  2. 安装依赖模块

pip install -r requirements.txt

使用方式:

  1. 在connection_local.json文件中填入所要导入的mongodb地址
{
    "host": "127.0.0.1", # 服务器地址 
    "port": 27017, # 端口
    "user": "root", # 账户
    "password": "123456" # 密码
}
  1. 切换到安装好python依赖的虚拟环境

  2. 运行window.py