File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ The build script creates binaries which are targeted to `arm64` and `x86_64`. At
93
93
To install the wheel package just use the default pip install command.
94
94
95
95
``` bash
96
- pip install pyrealsense2_mac-2.54.1-cp310-cp310-mac_13_universal .whl
96
+ pip install pyrealsense2_mac-2.54.1-cp310-cp310-macosx_13_universal .whl
97
97
```
98
98
99
99
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ pwsh build.ps1 -delocate $false
94
94
要安装wheel软件包,请使用默认 pip install 命令。
95
95
96
96
``` bash
97
- pip install pyrealsense2_mac-2.54.1-cp310-cp310-mac_13_universal .whl
97
+ pip install pyrealsense2_mac-2.54.1-cp310-cp310-macosx_13_universal .whl
98
98
```
99
99
100
100
## License
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ Replace-AllStringsInFile "name=package_name" "name=`"pyrealsense2-mac`"" "$root/
112
112
Replace- AllStringsInFile " https://github.com/IntelRealSense/librealsense" " https://github.com/yugasun/pyrealsense2-mac" " $root /$pythonWrapperDir /setup.py"
113
113
114
114
pip install wheel
115
- python setup.py bdist_wheel -- plat- name= mac_ " $macos " _universal
115
+ python setup.py bdist_wheel -- plat- name= macosx_ " $macos " _universal
116
116
117
117
# delocate wheel
118
118
if ($delocate )
You can’t perform that action at this time.
0 commit comments