Commit ed9199ec authored by Davis King's avatar Davis King

saving more pypi notes

parent 50e8b23f
...@@ -12,8 +12,10 @@ To build and install: ...@@ -12,8 +12,10 @@ To build and install:
python setup.py install python setup.py install
To package the wheel (after pip installing twine and 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 To upload the binary wheel to PyPi
twine upload dist/*.whl 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): 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