Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 268 Bytes

dev-readme.md

File metadata and controls

24 lines (16 loc) · 268 Bytes

Install the package on your local machine

pip3 install -e ./

Build the package

python3 setup.py sdist bdist_wheel

upload package

python3 -m twine upload dist/* --verbose

run unittests

python3 -m pytest tests/test.py