From 516c26ff0226fb88eb694955d1ffd148df263295 Mon Sep 17 00:00:00 2001 From: "vn.py" Date: Sun, 20 Feb 2022 20:19:35 +0800 Subject: [PATCH] =?UTF-8?q?[Mod]=20=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7=E5=88=B01.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 +- README.md | 11 ++++++----- setup.cfg | 4 ++-- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a66c2d..0ff23c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,3 @@ -# 1.0.0版本 +# 1.0.1版本 1. 将模块的图标文件信息,改为完整路径字符串 diff --git a/README.md b/README.md index b36db41..f0ff609 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -# vn.py框架的脚本交易模块 +# VeighNa框架的脚本交易模块

- + @@ -17,7 +17,7 @@ ScriptTrader是用于交易脚本执行的功能模块,和其他策略模块 ## 安装 -安装需要基于3.0.0版本以上的[VN Studio](https://www.vnpy.com)。 +安装环境推荐基于3.0.0版本以上的【[**VeighNa Studio**](https://www.vnpy.com)】。 直接使用pip命令: @@ -25,8 +25,9 @@ ScriptTrader是用于交易脚本执行的功能模块,和其他策略模块 pip install vnpy_scripttrader ``` -下载解压后在cmd中运行 + +或者下载源代码后,解压后在cmd中运行: ``` -pip install -e . +pip install . ``` diff --git a/setup.cfg b/setup.cfg index 61ff567..f36d517 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,11 +1,11 @@ [metadata] name = vnpy_scripttrader -version = 1.0.0 +version = 1.0.1 url = https://www.vnpy.com license = MIT author = Xiaoyou Chen author_email = xiaoyou.chen@mail.vnpy.com -description = Script trading application for vn.py quant trading framework. +description = Script trading application for VeighNa quant trading framework. long_description = file: README.md long_description_content_type = text/markdown keywords =