File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 1- # 1.0.0版本
1+ # 1.0.1版本
22
331 . 将模块的图标文件信息,改为完整路径字符串
Original file line number Diff line number Diff line change 1- # vn.py框架的脚本交易模块
1+ # VeighNa框架的脚本交易模块
22
33<p align =" center " >
44 <img src =" https://vnpy.oss-cn-shanghai.aliyuncs.com/vnpy-logo.png " />
55</p >
66
77<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"/>
99 <img src ="https://img.shields.io/badge/platform-windows|linux|macos-yellow.svg"/>
1010 <img src ="https://img.shields.io/badge/python-3.7|3.8|3.9|3.10-blue.svg" />
1111 <img src ="https://img.shields.io/github/license/vnpy/vnpy.svg?color=orange"/>
@@ -17,16 +17,17 @@ ScriptTrader是用于交易脚本执行的功能模块,和其他策略模块
1717
1818## 安装
1919
20- 安装需要基于3 .0.0版本以上的[ VN Studio] ( https://www.vnpy.com ) 。
20+ 安装环境推荐基于3 .0.0版本以上的【 [ ** VeighNa Studio** ] ( https://www.vnpy.com ) 】 。
2121
2222直接使用pip命令:
2323
2424```
2525pip install vnpy_scripttrader
2626```
2727
28- 下载解压后在cmd中运行
28+
29+ 或者下载源代码后,解压后在cmd中运行:
2930
3031```
31- pip install -e .
32+ pip install .
3233```
Original file line number Diff line number Diff line change 11[metadata]
22name = vnpy_scripttrader
3- version = 1.0.0
3+ version = 1.0.1
44url = https://www.vnpy.com
55license = MIT
66author = Xiaoyou Chen
778- description = Script trading application for vn.py quant trading framework.
8+ description = Script trading application for VeighNa quant trading framework.
99long_description = file: README.md
1010long_description_content_type = text/markdown
1111keywords =
You can’t perform that action at this time.
0 commit comments