hikyuu2/docs/source/install.rst

38 lines
834 B
ReStructuredText
Raw Normal View History

2019-02-17 16:10:03 +08:00
安装步骤
=========
安装前准备
----------
2019-02-28 22:40:48 +08:00
支持的操作系统64位 Windows7及以上版本、Linux请使用源码自行编译安装。
2019-02-17 16:10:03 +08:00
2024-04-19 01:10:00 +08:00
Python环境>= Python3.9
2019-02-17 16:10:03 +08:00
.. note::
- 推荐安装集成了常用数据科学软件包的Python发布版本 `Anaconda <https://www.anaconda.com/>`_ 。国内用户建议从 `清华镜像网站 <https://mirrors.tuna.tsinghua.edu.cn/help/anaconda/>`_ 下载,速度快。
2019-02-27 23:27:11 +08:00
pip 安装
2019-02-17 16:10:03 +08:00
----------
安装pip install hikyuu
2021-03-03 00:10:40 +08:00
版本升级pip install hikyuu -U
2019-02-17 16:10:03 +08:00
.. figure:: _static/20000-install.png
2022-11-06 17:09:38 +08:00
.. note::
第一次使用,请详细阅读 :ref:`quickstart`
2024-09-24 16:45:27 +08:00
.. note::
Linux 需要安装依赖的库libhdf5、libmysqlclient、libsqlite3
2019-02-17 16:10:03 +08:00
2019-02-27 23:27:11 +08:00
源码编译安装
----------------
2019-02-17 16:10:03 +08:00
2024-09-24 15:14:42 +08:00
Linux上建议使用源码方式安装参见 :ref:`developer`