Skip to content

Instantly share code, notes, and snippets.

View linhpduc's full-sized avatar

linhpduc linhpduc

  • Vietnam
  • 04:32 (UTC +07:00)
View GitHub Profile
@linhpduc
linhpduc / [Howto] Packaging python projects.md
Last active June 29, 2023 18:21
[Howto] Packaging python projects

Install/update pip (python package manager)

python3 -m pip install --upgrade pip

Create a project with the structure same like this

packaging_pypa
├── LICENSE