https://github.com/memoryfraction/quant_infra_py
基于Python的量化基础设施框架
https://github.com/memoryfraction/quant_infra_py
Last synced: 3 months ago
JSON representation
基于Python的量化基础设施框架
- Host: GitHub
- URL: https://github.com/memoryfraction/quant_infra_py
- Owner: memoryfraction
- License: mit
- Created: 2024-05-19T18:02:56.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-10-24T12:29:48.000Z (6 months ago)
- Last Synced: 2025-10-24T14:31:52.476Z (6 months ago)
- Language: Python
- Size: 520 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QuantInfraPy
基于Python的量化基础设施框架
## Python环境
```javascript
# 创建Python环境
conda create -p D:\ProgramData\PythonVirtualEnvs\quant_infra_py python=3.10
# 激活Python环境
conda activate D:\ProgramData\PythonVirtualEnvs\quant_infra_py
```