Skip to content

Commit

Permalink
[Mod] 优化代码和文档细节,版本号1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vnpy committed Dec 5, 2021
1 parent 47ab776 commit 239c054
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 11 deletions.
4 changes: 2 additions & 2 deletions LICENSE
@@ -1,6 +1,6 @@
MIT License
The MIT License (MIT)

Copyright (c) 2021 vn.py
Copyright (c) 2015-present, Xiaoyou Chen

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
8 changes: 3 additions & 5 deletions README.md
@@ -1,6 +1,4 @@
# vnpy_paperaccount

vn.py框架的本地模拟交易模块
# vn.py框架的本地仿真交易模块

<p align="center">
<img src ="https://vnpy.oss-cn-shanghai.aliyuncs.com/vnpy-logo.png"/>
Expand All @@ -15,11 +13,11 @@ vn.py框架的本地模拟交易模块

## 说明

PaperAccount是用于本地模拟交易的功能模块,用户可以通过其UI界面基于实盘行情进行本地化的模拟交易。
PaperAccount是用于本地仿真交易的功能模块,用户可以通过其UI界面基于实盘行情进行本地化的模拟交易。

## 安装

安装需要基于2.7.0版本以上的[VN Studio](https://www.vnpy.com)
安装需要基于2.8.0版本以上的[VN Studio](https://www.vnpy.com)

直接使用pip命令:

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -5,7 +5,7 @@ url = https://www.vnpy.com
license = MIT
author = Xiaoyou Chen
author_email = xiaoyou.chen@mail.vnpy.com
description = paper account application for vn.py quant trading framework.
description = Paper account application for vn.py quant trading framework.
long_description = file: README.md
long_description_content_type = text/markdown
keywords =
Expand Down
2 changes: 1 addition & 1 deletion setup.py
@@ -1,4 +1,4 @@
from setuptools import setup


setup()
setup()
4 changes: 2 additions & 2 deletions vnpy_paperaccount/__init__.py
@@ -1,6 +1,6 @@
# MIT License
# The MIT License (MIT)

# Copyright (c) 2021 vn.py
# Copyright (c) 2015-present, Xiaoyou Chen

# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit 239c054

Please sign in to comment.