Skip to content

Commit

Permalink
[Mod] 更新版本号到1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vnpy committed Feb 20, 2022
1 parent d3517cc commit 90f54a5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# vn.py框架的算法交易模块
# VeighNa框架的算法交易模块

<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-1.0.1-blueviolet.svg"/>
<img src ="https://img.shields.io/badge/version-1.0.2-blueviolet.svg"/>
<img src ="https://img.shields.io/badge/platform-windows|linux|macos-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,16 +17,17 @@ AlgoTrading是用于算法交易执行的功能模块,提供多种常用的智

## 安装

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

直接使用pip命令:

```
pip install vnpy_algotrading
```

下载解压后在cmd中运行

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

```
pip install -e .
pip install .
```
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[metadata]
name = vnpy_algotrading
version = 1.0.1
version = 1.0.2
url = https://www.vnpy.com
license = MIT
author = Xiaoyou Chen
author_email = xiaoyou.chen@mail.vnpy.com
description = Algorithm trading application for vn.py quant trading framework.
description = Algorithm trading application for VeighNa quant trading framework.
long_description = file: README.md
long_description_content_type = text/markdown
keywords =
Expand Down

0 comments on commit 90f54a5

Please sign in to comment.