Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.17 KB

tut.md

File metadata and controls

32 lines (24 loc) · 1.17 KB

Useful Links

Things to consider

  • Consider using pyinstaller for installable executable file.

    pip install pyinstaller
    pyinstaller ./src/main.py
  • For linux use pyoxidizer. pyoxidizer build

  • Consider Mkdocs for project documentation.