Skip to content

Commit ee30c28

Browse files
committed
update opencv_tools V1.1.8
1 parent 666e4e8 commit ee30c28

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ pip install wheel
99
```
1010
打包wheel
1111
```bash
12-
pip wheel --wheel-dir=./wheel_dir ./
12+
python setup.py sdist bdist_wheel
13+
1314
```
1415
> wheel-dir 为wheel 输出文件夹,后面接项目文件夹(即包含setup.py的文件夹)
1516

0 commit comments

Comments
 (0)