Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 305 Bytes

File metadata and controls

20 lines (17 loc) · 305 Bytes
  • Build documentation

    cd docs
    sphinx-build source build
  • Build binary distribution

    python3 setup.py bdist_wheel 
  • Upload to PyPI

    twine upload dist/*
  • Install from PyPI

    pip install <package_name>