Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 223 Bytes

commands.md

File metadata and controls

16 lines (13 loc) · 223 Bytes

Generate wheel

python setup.py bdist_wheel

publish on pypi

twine upload --verbose dist/*.whl

update install local

pip uninstall django_year_calendar
python setup.py install