mirror of
https://gitee.com/fasiondog/hikyuu.git
synced 2024-11-29 18:39:10 +08:00
2b7682ecbe
Some checks failed
macosx-build / build (arm64, static, macos-14) (push) Has been cancelled
macosx-build / build (x86_64, static, macos-14) (push) Has been cancelled
ubuntu-build / build (ubuntu-latest) (push) Has been cancelled
ubuntu-aarch64-build / build (aarch64-linux-musl, ubuntu-latest) (push) Has been cancelled
ubuntu-python-build / build (ubuntu-latest) (push) Has been cancelled
win-build / build (x64, windows-2019) (push) Has been cancelled
win-build / build (x64, windows-2022) (push) Has been cancelled
win-python-build / build (x64, windows-2019) (push) Has been cancelled
win-python-build / build (x64, windows-2022) (push) Has been cancelled
39 lines
975 B
ReStructuredText
39 lines
975 B
ReStructuredText
安装步骤
|
||
=========
|
||
|
||
安装前准备
|
||
----------
|
||
|
||
支持的操作系统:64位 Windows7及以上版本、Ubuntu、MacOSX (其中 Windows、Ubuntu 22.04及以上可以直接 pip 安装,其他建议使用源码编译安装)
|
||
|
||
1. Python环境:>= Python3.8
|
||
|
||
.. note::
|
||
|
||
- 推荐安装集成了常用数据科学软件包的Python发布版本: `Anaconda <https://www.anaconda.com/>`_ 。国内用户建议从 `清华镜像网站 <https://mirrors.tuna.tsinghua.edu.cn/help/anaconda/>`_ 下载,速度快。
|
||
|
||
|
||
2. 安装 git (如使用 hub,必须安装)
|
||
|
||
git工具官方链接: `https://git-scm.com/downloads <https://git-scm.com/downloads>`_
|
||
|
||
|
||
pip 安装
|
||
----------
|
||
|
||
安装:pip install hikyuu
|
||
|
||
版本升级:pip install hikyuu -U
|
||
|
||
.. figure:: _static/20000-install.png
|
||
|
||
.. note::
|
||
|
||
第一次使用,请详细阅读 :ref:`quickstart` 。
|
||
|
||
|
||
源码编译安装
|
||
----------------
|
||
|
||
Linux上建议使用源码方式安装,参见 :ref:`developer` 。
|