hikyuu2/docs/source/install.rst

39 lines
975 B
ReStructuredText
Raw Normal View History

2019-02-17 16:10:03 +08:00
安装步骤
=========
安装前准备
----------
2024-11-24 02:21:02 +08:00
支持的操作系统64位 Windows7及以上版本、Ubuntu、MacOSX (其中 Windows、Ubuntu 22.04及以上可以直接 pip 安装,其他建议使用源码编译安装)
2019-02-17 16:10:03 +08:00
2024-11-24 02:21:02 +08:00
1. Python环境>= Python3.8
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
2024-11-24 02:21:02 +08:00
2. 安装 git (如使用 hub必须安装
2024-11-25 14:15:08 +08:00
git工具官方链接: `https://git-scm.com/downloads <https://git-scm.com/downloads>`_
2024-11-24 02:21:02 +08:00
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
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`