hikyuu2/docs/source/install.rst
fasiondog 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
update docs
2024-11-25 14:15:08 +08:00

39 lines
975 B
ReStructuredText
Raw Permalink 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.

安装步骤
=========
安装前准备
----------
支持的操作系统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`