Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 368 Bytes

setup_instruction.md

File metadata and controls

19 lines (14 loc) · 368 Bytes

for building setup: pip install setuptools pip install wheel

on root: python setup.py sdist bdist_wheel

for publishing: pip install twine

for install locally for testing: pip install dist/speechlib-1.1.8-py3-none-any.whl

finally run: twine upload dist/*

fill as follows:
    username: __token__
    password: {your token value}