diff options
| author | 姜鹏辉 <[email protected]> | 2021-07-15 14:43:31 +0800 |
|---|---|---|
| committer | 姜鹏辉 <[email protected]> | 2021-07-15 14:43:31 +0800 |
| commit | ab2abcd675a5dd6dc0c658b3ef48f606ed3eb15a (patch) | |
| tree | 5a47e625e63cba38513fe809a5d45a9ab9cef549 | |
| parent | 59cd65f77e88ca0773a83d93ea999bc5bde62915 (diff) | |
修改readme说明
| -rw-r--r-- | README.md | 17 |
1 files changed, 4 insertions, 13 deletions
@@ -8,6 +8,9 @@ ``` - install.sh # 依赖安装脚本 (基于新疆环境,python2.7) - run.sh # 测试脚本 +- requirements.txt # 依赖 +- Dockerfile +- docker-compose.yml > log 日志目录 - install.log # 安装日志 - ch-result.log # ClickHouse运行统计日志 @@ -28,16 +31,9 @@ ``` ## 安装依赖 -Python 2环境 -``` -pip install ./whl/clickhouse_driver-0.1.2-cp27-cp27mu-manylinux1_x86_64.whl -pip install ./whl/requests_toolbelt-0.9.1-py2.py3-none-any.whl -``` -Python 3环境 ``` -pip install ./whl/clickhouse_driver-0.2.1-cp35-cp35m-manylinux1_x86_64.whl -pip install ./whl/requests_toolbelt-0.9.1-py2.py3-none-any.whl +./install.sh ``` ## 执行方式 @@ -45,8 +41,3 @@ pip install ./whl/requests_toolbelt-0.9.1-py2.py3-none-any.whl ./run.sh ``` 等待执行完成后,将自动生成`log.tgz`压缩包,为各种日志的打包 - - -## Todo - -- 结果的行数统计
\ No newline at end of file |
