From 6240f3fa4e5248c450998962979ef63d36e1354a Mon Sep 17 00:00:00 2001 From: huan <3174348550@qq.com> Date: Mon, 11 Aug 2025 11:43:32 +0800 Subject: [PATCH] modify contents --- docs/mindquantum/docs/source_en/mindquantum_install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/mindquantum/docs/source_en/mindquantum_install.md b/docs/mindquantum/docs/source_en/mindquantum_install.md index a04ddfeb0a..243da8ac82 100644 --- a/docs/mindquantum/docs/source_en/mindquantum_install.md +++ b/docs/mindquantum/docs/source_en/mindquantum_install.md @@ -152,7 +152,7 @@ pip install https://ms-release.obs.cn-north-4.myhuaweicloud.com/2.7.0rc1/MindQua 2. **Verify the Hash** (optional) - First, compute the SHA256 hash of your downloaded `whl` file (replace `your_downloaded_file.whl` with your actual filename): + First, compute the hash value of your downloaded `whl` file (replace `your_downloaded_file.whl` with your actual filename): ```bash sha256sum your_downloaded_file.whl -- Gitee