vnpy/vn.tutorial/performance/README.md
chenxy123 8576b91c43 1. 修改vn.how目录名为vn.tutorial
2. 修改readme.md
2017-04-07 23:13:09 +08:00

17 lines
499 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 使用说明
### 使用步骤
1. 在当前文件夹下打开cmd窗口
2. 输入ipython notebook运行
3. 打开Python Performance笔记本使用Shift+回车逐个Cell运行
### 编译Cython
打开cmd输入运行
> python setup.py build_ext --inplace
### 文件说明
* Python Performance.ipynbJupyter Notebook笔记本
* test.pyxCython模块的源代码
* test_setup.py编译test.pyx所需的配置文件
* test.pyd编译好的Cython模块可以在Python里直接import