From 44c3a5abc32588c930d8cce6dc4172c6098a67fd Mon Sep 17 00:00:00 2001 From: Reid <61492567+reidliu41@users.noreply.github.com> Date: Sun, 30 Mar 2025 16:12:13 +0800 Subject: [PATCH] [doc] update conda to usage link in installation (#15761) Signed-off-by: reidliu41 Co-authored-by: reidliu41 --- .../source/getting_started/installation/python_env_setup.inc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/getting_started/installation/python_env_setup.inc.md b/docs/source/getting_started/installation/python_env_setup.inc.md index 6ea44c36db32..a03d35030fe8 100644 --- a/docs/source/getting_started/installation/python_env_setup.inc.md +++ b/docs/source/getting_started/installation/python_env_setup.inc.md @@ -1,4 +1,4 @@ -You can create a new Python environment using `conda`: +You can create a new Python environment using [conda](https://docs.conda.io/projects/conda/en/stable/user-guide/getting-started.html): ```console # (Recommended) Create a new conda environment.