Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 012513a

Browse files
committed
typo fixed
1 parent 985b3ec commit 012513a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ cd create_wheel
168168
for i in cv2/*.so; do chrpath -r '$ORIGIN' $i; done
169169

170170
# final .whl will be in /create_wheel/dist/
171-
# NB: check versions in the `setup.py`
171+
# NB: check version in the `setup.py`
172172
../venv/bin/python3 setup.py bdist_wheel
173173
```
174174

0 commit comments

Comments
 (0)