Skip to content

Commit 579c8ea

Browse files
committed
Use resource link instead of http link
1 parent 485bc8f commit 579c8ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/locale/zh_CN/tutorial/tutorial_part2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
Windows 用户可以选择**自动脚本安装****手动安装**。官方提供了一键安装脚本,可在全新环境下一键部署 EvoX 及所需依赖,但手动安装可以让您更了解每一步细节。下面我们分别介绍两种方式:
2727

2828
**方式一:使用一键安装脚本(win-install.bat)**
29-
EvoX 提供了适用于 Windows 10/11 (64位) 的[快速安装脚本](https://evox.readthedocs.io/en/stable/guide/install/install.html#nvidia-gpu-support-on-windows)。脚本会自动安装 Miniforge3 (轻量版 Conda)、最新的 Python 和 PyTorch(含CUDA支持)、EvoX,以及实用工具如 VSCode 和 Git。使用方法:
29+
EvoX 提供了适用于 Windows 10/11 (64位) 的[快速安装脚本](/_static/win-install.bat)。脚本会自动安装 Miniforge3 (轻量版 Conda)、最新的 Python 和 PyTorch(含CUDA支持)、EvoX,以及实用工具如 VSCode 和 Git。使用方法:
3030

3131
1. 从官方获取 `win-install.bat` 脚本(可在 EvoX 文档或GitHub中找到下载链接)。确保您的Windows已安装[NVIDIA驱动](https://www.nvidia.com/en-us/drivers/)且网络良好。
3232
2. 运行该脚本。该脚本运行本身不需要管理员权限,但是过程中系统可能弹出权限请求,允许运行即可。脚本将自动执行环境配置和安装,全程需要联网下载多个组件。

docs/source/tutorial/tutorial_part2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ It’s recommended to update `pip` to the latest version and ensure a stable int
2626
Windows users can choose **automatic script installation** or **manual installation**. The official one-click installer provides an easy way to set up EvoX and its dependencies in a clean environment, but manual installation allows more control.
2727

2828
**Option 1: Using the One-Click Installation Script (win-install.bat)**
29-
EvoX provides a [quick installation script](https://evox.readthedocs.io/en/stable/guide/install/install.html#nvidia-gpu-support-on-windows) for Windows 10/11 (64-bit). The script installs Miniforge3 (a lightweight Conda), Python, PyTorch (with CUDA), EvoX, and useful tools like VSCode and Git. To use:
29+
EvoX provides a [quick installation script](/_static/win-install.bat) for Windows 10/11 (64-bit). The script installs Miniforge3 (a lightweight Conda), Python, PyTorch (with CUDA), EvoX, and useful tools like VSCode and Git. To use:
3030

3131
1. Download `win-install.bat` from the EvoX docs or GitHub. Make sure you have a [NVIDIA driver](https://www.nvidia.com/en-us/drivers/) installed and a stable internet connection.
3232
2. Run the script. It doesn’t require admin privileges, but may request permission during execution—allow it. The script will install and configure everything automatically.

0 commit comments

Comments
 (0)