We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 666e4e8 commit ee30c28Copy full SHA for ee30c28
1 file changed
README.md
@@ -9,7 +9,8 @@ pip install wheel
9
```
10
打包wheel
11
```bash
12
-pip wheel --wheel-dir=./wheel_dir ./
+python setup.py sdist bdist_wheel
13
+
14
15
> wheel-dir 为wheel 输出文件夹,后面接项目文件夹(即包含setup.py的文件夹)
16
0 commit comments