An open API service indexing awesome lists of open source software.

https://github.com/memoryfraction/quant_infra_py

基于Python的量化基础设施框架
https://github.com/memoryfraction/quant_infra_py

Last synced: 3 months ago
JSON representation

基于Python的量化基础设施框架

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
```