readme: add `make wheel_install` desc

This commit is contained in:
yaozhicheng 2025-01-08 14:27:50 +08:00 committed by Makiras
parent 06670d8987
commit a3430acb53
2 changed files with 6 additions and 0 deletions

View File

@ -76,8 +76,11 @@ make wheel # or BUILD_XSPCOMM_SWIG=python,java,scala,golang,lua make wheel
After compilation, the wheel file will be located in the dist directory. You can then install it via pip, for example:
```bash
# Manually install whl packages
pip install dist/xspcomm-0.0.1-cp311-cp311-linux_x86_64.whl
pip install dist/picker-0.0.1-cp311-cp311-linux_x86_64.whl
# Or install using the following make command
make wheel_install
```
After installation, execute the `picker` command to except the flow output:

View File

@ -74,8 +74,11 @@ make wheel # or BUILD_XSPCOMM_SWIG=python,java,scala,golang,lua make wheel
编译完成后wheel 文件位于 dist 目录,然后通过 pip 安装,例如:
```bash
# 手动安装whl包
pip install dist/xspcomm-0.0.1-cp311-cp311-linux_x86_64.whl
pip install dist/picker-0.0.1-cp311-cp311-linux_x86_64.whl
# 或者通过以下make命令安装
make wheel_install
```
安装完成后,执行`picker`命令可以得到以下输出: