Skip to content

Commit

Permalink
Merge pull request #4 from noranhe/main
Browse files Browse the repository at this point in the history
[Fix] 修复安装版本冲突的问题
  • Loading branch information
vnpy committed Oct 28, 2022
2 parents 38bd16f + d62b2b3 commit 59afc61
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
@@ -1,13 +1,13 @@
# vn.py框架的Websocket API客户端
# VeighNa框架的Websocket API客户端

<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.2-blueviolet.svg"/>
<img src ="https://img.shields.io/badge/version-1.0.3-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-blue.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"/>
</p>

Expand All @@ -17,7 +17,7 @@

## 安装

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

直接使用pip命令:

Expand All @@ -28,5 +28,5 @@ pip install vnpy_websocket
下载解压后在cmd中运行

```
python setup.py install
pip install .
```
5 changes: 3 additions & 2 deletions setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = vnpy_websocket
version = 1.0.2
version = 1.0.3
url = https://www.vnpy.com
license = MIT
author = Xiaoyou Chen
Expand Down Expand Up @@ -30,5 +30,6 @@ classifiers =
[options]
packages = find:
zip_safe = False
python_requires = >=3.7
install_requires =
aiohttp == 3.7.4
aiohttp == 3.8.3

0 comments on commit 59afc61

Please sign in to comment.