We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18b37fe commit 47cba48Copy full SHA for 47cba48
1 file changed
README.md
@@ -34,6 +34,7 @@ pip install wheel
34
```
35
打包wheel
36
```bash
37
-pip wheel --wheel-dir=./wheel_dir ./
+python setup.py sdist bdist_wheel
38
+
39
40
> wheel-dir 为wheel 输出文件夹,后面接项目文件夹(即包含setup.py的文件夹)
0 commit comments