From 4f1cac61358df565c441ff619a07ee463ce48c9d Mon Sep 17 00:00:00 2001 From: hw Date: Wed, 2 Jul 2025 16:30:15 +0800 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 新增制作python whl安装包的步骤 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d51033fe..aec5627e 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,12 @@ Install other build prerequisites: - Build 3FS use Docker - For TencentOS-4: `docker pull docker.io/tencentos/tencentos4-deepseek3fs-build:latest` - For OpenCloudOS-9: `docker pull docker.io/opencloudos/opencloudos9-deepseek3fs-build:latest` + +## Build hf3fs_py_usrbio whl +- Build python sdk whl after build 3fs + ``` + python3 setup.py bdist_wheel + ``` ## Run a test cluster