Skip to content

Commit

Permalink
[Mod] 更新版本号到6.5.1.9,更新说明文档
Browse files Browse the repository at this point in the history
  • Loading branch information
vnpy committed Feb 20, 2022
1 parent 05c6be7 commit c26054e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@

1. 修复遇到非大商所的ActionDay字段为空的合约行情推送会报错的问题
2. 调整安装脚本setup.py,支持Windows下安装时根据Python版本进行编译
3. 调整接口初始化时,接口名称的赋值方式

# 6.5.1.9版本
1. 调整接口初始化时,接口名称的赋值方式
2. 将动态库的链接模式由默认的动态的MD改为静态的MT
3. 增加对于socks代理的支持
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# vn.py框架的CTP底层接口
# VeighNa框架的CTP底层接口

<p align="center">
<img src ="https://vnpy.oss-cn-shanghai.aliyuncs.com/vnpy-logo.png"/>
</p>

<p align="center">
<img src ="https://img.shields.io/badge/version-6.5.1.8-blueviolet.svg"/>
<img src ="https://img.shields.io/badge/version-6.5.1.9-blueviolet.svg"/>
<img src ="https://img.shields.io/badge/platform-windows|linux-yellow.svg"/>
<img src ="https://img.shields.io/badge/python-3.7|3.8|3.9|3.10-blue.svg" />
<img src ="https://img.shields.io/github/license/vnpy/vnpy.svg?color=orange"/>
Expand All @@ -17,7 +17,7 @@

## 安装

安装需要基于3.0.0版本以上的[VN Studio](https://www.vnpy.com)
安装环境推荐基于3.0.0版本以上的[**VeighNa Studio**](https://www.vnpy.com)

直接使用pip命令:

Expand All @@ -26,13 +26,13 @@ pip install vnpy_ctp
```


或者下载解压后在cmd中运行
或者下载源代码后,解压后在cmd中运行

```
pip install -e .
pip install .
```

由于在安装的同时需要编译C++代码,因此在执行上述命令之前需要去微软[官网](https://visualstudio.microsoft.com/zh-hans/downloads/?q=build+tools)下载Visual Studio Build Tools。其中工作负荷选择Visual C++生成工具,同时推荐下载2017版
使用源代码安装时需要进行C++编译,因此在执行上述命令之前请确保已经安装了【Visual Studio(Windows)】或者【GCC(Linux)】编译器

## 使用

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = vnpy_ctp
version = 6.5.1.8
version = 6.5.1.9
url = https://www.vnpy.com
license = MIT
author = Xiaoyou Chen
Expand Down

0 comments on commit c26054e

Please sign in to comment.