update install.rst

This commit is contained in:
fasiondog 2024-11-24 02:21:02 +08:00
parent bd100a192d
commit c52bcd821f

View File

@ -4,15 +4,20 @@
安装前准备
----------
支持的操作系统64位 Windows7及以上版本、Linux请使用源码自行编译安装。
支持的操作系统64位 Windows7及以上版本、Ubuntu、MacOSX (其中 Windows、Ubuntu 22.04及以上可以直接 pip 安装,其他建议使用源码编译安装)
Python环境>= Python3.9
1. Python环境>= Python3.8
.. note::
- 推荐安装集成了常用数据科学软件包的Python发布版本 `Anaconda <https://www.anaconda.com/>`_ 。国内用户建议从 `清华镜像网站 <https://mirrors.tuna.tsinghua.edu.cn/help/anaconda/>`_ 下载,速度快。
2. 安装 git (如使用 hub必须安装
git工具官方链接://git-scm.com/downloads。
pip 安装
----------
@ -26,10 +31,6 @@ pip 安装
第一次使用,请详细阅读 :ref:`quickstart`
.. note::
Linux 需要安装依赖的库libhdf5、libmysqlclient、libsqlite3
源码编译安装
----------------