File tree Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 1
- # 1.0.0版本
1
+ # 1.0.1版本
2
2
3
3
1 . 将模块的图标文件信息,改为完整路径字符串
Original file line number Diff line number Diff line change 1
- # vn.py框架的Excel RTD应用模块
1
+ # VeighNa框架的Excel RTD应用模块
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.0 -blueviolet.svg"/>
8
+ <img src ="https://img.shields.io/badge/version-1.0.1 -blueviolet.svg"/>
9
9
<img src ="https://img.shields.io/badge/platform-windows-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"/>
15
15
16
16
RTD全称是RealTimeData,是微软提供的主要面向金融行业中实时数据需求设计的Excel数据对接方案.
17
17
18
- ExcelRtd模块则是vn.py官方提供的用于实现在Excel中访问vn.py程序内任意数据信息的功能模块 。
18
+ ExcelRtd模块则是VeighNa官方提供的用于实现在Excel中访问VeighNa程序内任意数据信息的功能模块 。
19
19
20
20
## 安装
21
21
22
- 安装需要基于3 .0.0版本以上的[ VN Studio] ( https://www.vnpy.com ) 。
22
+ 安装环境推荐基于3 .0.0版本以上的【 [ ** VeighNa Studio** ] ( https://www.vnpy.com ) 】 。
23
23
24
24
直接使用pip命令:
25
25
26
26
```
27
27
pip install vnpy_excelrtd
28
28
```
29
29
30
- 下载解压后在cmd中运行
30
+
31
+ 或者下载源代码后,解压后在cmd中运行:
31
32
32
33
```
33
- pip install -e .
34
+ pip install .
34
35
```
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = vnpy_excelrtd
3
- version = 1.0.0
3
+ version = 1.0.1
4
4
url = https://www.vnpy.com
5
5
license = MIT
6
6
author = Xiaoyou Chen
7
7
8
- description = excel RTD application for vn.py quant trading framework.
8
+ description = excel RTD 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