Skip to content

Commit da0b531

Browse files
committed
more
1 parent 5b6a153 commit da0b531

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devel/pypi_howto.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Versions:
99
```
1010
rm -f dist/*
1111
python3 setup.py sdist
12-
pip wheel -w dist . --no-deps
12+
pip3 wheel -w dist . --no-deps #pip3 install wheel
1313
```
1414

1515
# upload to pypi:

0 commit comments

Comments
 (0)