From c52bcd821f36388e03e5d524dc151bec5ddb60c3 Mon Sep 17 00:00:00 2001 From: fasiondog Date: Sun, 24 Nov 2024 02:21:02 +0800 Subject: [PATCH] update install.rst --- docs/source/install.rst | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/source/install.rst b/docs/source/install.rst index 543fc72c..74a6fa7e 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -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 `_ 。国内用户建议从 `清华镜像网站 `_ 下载,速度快。 +2. 安装 git (如使用 hub,必须安装) + + git工具官方链接://git-scm.com/downloads。 + + pip 安装 ---------- @@ -26,10 +31,6 @@ pip 安装 第一次使用,请详细阅读 :ref:`quickstart` 。 -.. note:: - - Linux 需要安装依赖的库:libhdf5、libmysqlclient、libsqlite3 - 源码编译安装 ----------------