|
|
il y a 1 an | |
|---|---|---|
| services | il y a 1 an | |
| static | il y a 1 an | |
| templates | il y a 1 an | |
| .gitignore | il y a 1 an | |
| app.py | il y a 1 an | |
| app_config.py | il y a 1 an | |
| readme.md | il y a 1 an | |
| requirements.txt | il y a 1 an |
行情Tick数据分析工具
python 版本使用3.8.5, 因为行情mongodb版本为3.4.7, pymongo库连接有版本依赖
安装依赖包
bash
pip install -r requirements.txt
2. 应用配置
app_config.py文件中配置相关默认值
启动项目
bash
python app.py
## 开发说明
1. 使用 pipreqs 生成精简的 requirements.txt
pip install pipreqs
pipreqs ./ --force