File tree Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 1
- # 1.0.4版本
1
+ # 1.0.5版本
2
2
3
3
1 . 将模块的图标文件信息,改为完整路径字符串
4
+ 2 .
Original file line number Diff line number Diff line change 1
- # vn.py框架的数据管理模块
1
+ # VeighNa框架的数据管理模块
2
2
3
3
<p align =" center " >
4
4
<img src =" https://vnpy.oss-cn-shanghai.aliyuncs.com/vnpy-logo.png " />
5
5
</p >
6
6
7
7
<p align =" center " >
8
- <img src ="https://img.shields.io/badge/version-1.0.4 -blueviolet.svg"/>
8
+ <img src ="https://img.shields.io/badge/version-1.0.5 -blueviolet.svg"/>
9
9
<img src ="https://img.shields.io/badge/platform-windows|linux|macos-yellow.svg"/>
10
10
<img src ="https://img.shields.io/badge/python-3.7|3.8|3.9|3.10-blue.svg" />
11
11
<img src ="https://img.shields.io/github/license/vnpy/vnpy.svg?color=orange"/>
17
17
18
18
## 安装
19
19
20
- 安装需要基于3 .0.0版本以上的[ VN Studio] ( https://www.vnpy.com ) 。
20
+ 安装环境推荐基于3 .0.0版本以上的【 [ ** VeighNa Studio** ] ( https://www.vnpy.com ) 】 。
21
21
22
22
直接使用pip命令:
23
23
24
24
```
25
25
pip install vnpy_datamanager
26
26
```
27
27
28
- 下载解压后在cmd中运行
28
+
29
+ 或者下载源代码后,解压后在cmd中运行:
29
30
30
31
```
31
- pip install -e .
32
+ pip install .
32
33
```
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = vnpy_datamanager
3
- version = 1.0.4
3
+ version = 1.0.5
4
4
url = https://www.vnpy.com
5
5
license = MIT
6
6
author = Xiaoyou Chen
7
7
author_email = xiaoyou.chen@mail.vnpy.com
8
- description = Data management application for vn.py quant trading framework.
8
+ description = Data management application for VeighNa quant trading framework.
9
9
long_description = file: README.md
10
10
long_description_content_type = text/markdown
11
11
keywords =
You can’t perform that action at this time.
0 commit comments