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-macosx_13_universal .whl
96
+ pip install pyrealsense2_mac-2.54.1-cp310-cp310-macosx_13_universal2 .whl
97
97
```
98
98
99
99
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ bash build.sh --disable-delocate
94
94
要安装wheel软件包,请使用默认 pip install 命令。
95
95
96
96
``` bash
97
- pip install pyrealsense2_mac-2.54.1-cp310-cp310-macosx_13_universal .whl
97
+ pip install pyrealsense2_mac-2.54.1-cp310-cp310-macosx_13_universal2 .whl
98
98
```
99
99
100
100
## License
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ replace_strings_in_file "name=package_name" "name=\"pyrealsense2-mac\"" setup.py
181
181
replace_strings_in_file " https://github.com/IntelRealSense/librealsense" " https://github.com/yugasun/pyrealsense2-mac" setup.py
182
182
183
183
pip install wheel
184
- python setup.py bdist_wheel --plat-name=macosx_" $macos " _universal
184
+ python setup.py bdist_wheel --plat-name=macosx_" $macos " _universal2
185
185
186
186
# delocate wheel
187
187
if [ " $disableDelocate " = false ]; then
You can’t perform that action at this time.
0 commit comments