Skip to content

Commit 47cba48

Browse files
committed
update dataset tools
1 parent 18b37fe commit 47cba48

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
@@ -34,6 +34,7 @@ pip install wheel
3434
```
3535
打包wheel
3636
```bash
37-
pip wheel --wheel-dir=./wheel_dir ./
37+
python setup.py sdist bdist_wheel
38+
3839
```
3940
> wheel-dir 为wheel 输出文件夹,后面接项目文件夹(即包含setup.py的文件夹)

0 commit comments

Comments
 (0)