mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
saving more pypi notes
This commit is contained in:
parent
50e8b23f0a
commit
ed9199ecbf
4
setup.py
4
setup.py
@ -12,8 +12,10 @@ To build and install:
|
||||
python setup.py install
|
||||
To package the wheel (after pip installing twine and wheel):
|
||||
python setup.py bdist_wheel
|
||||
To upload the wheel to PyPi
|
||||
To upload the binary wheel to PyPi
|
||||
twine upload dist/*.whl
|
||||
To upload the source distribution to PyPi
|
||||
python setup.py sdist upload
|
||||
To repackage the previously built package as wheel (bypassing build):
|
||||
python setup.py bdist_wheel --repackage
|
||||
To install a develop version (egg with symbolic link):
|
||||
|
Loading…
Reference in New Issue
Block a user