saving more pypi notes

This commit is contained in:
Davis King 2017-08-27 20:04:31 -04:00
parent 50e8b23f0a
commit ed9199ecbf

View File

@ -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):