Commit fed1e8e2 authored by Davis King's avatar Davis King

Added more comments about making python package

parent 776678a3
...@@ -10,8 +10,10 @@ To build the dlib: ...@@ -10,8 +10,10 @@ To build the dlib:
python setup.py build python setup.py build
To build and install: To build and install:
python setup.py install python setup.py install
To package the wheel: To package the wheel (after pip installing twine and wheel):
python setup.py bdist_wheel python setup.py bdist_wheel
To upload the wheel to PyPi
twine upload dist/*.whl
To repackage the previously built package as wheel (bypassing build): To repackage the previously built package as wheel (bypassing build):
python setup.py bdist_wheel --repackage python setup.py bdist_wheel --repackage
To install a develop version (egg with symbolic link): To install a develop version (egg with symbolic link):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment