安装步骤
=========
安装前准备
----------
支持的操作系统:64位 Windows7及以上版本、Ubuntu、MacOSX (其中 Windows、Ubuntu 22.04及以上可以直接 pip 安装,其他建议使用源码编译安装)
1. Python环境:>= Python3.8
.. note::
- 推荐安装集成了常用数据科学软件包的Python发布版本: `Anaconda `_ 。国内用户建议从 `清华镜像网站 `_ 下载,速度快。
2. 安装 git (如使用 hub,必须安装)
git工具官方链接: `https://git-scm.com/downloads `_
pip 安装
----------
安装:pip install hikyuu
版本升级:pip install hikyuu -U
.. figure:: _static/20000-install.png
.. note::
第一次使用,请详细阅读 :ref:`quickstart` 。
源码编译安装
----------------
Linux上建议使用源码方式安装,参见 :ref:`developer` 。