eunomia-bpf / GPTtrace

Generate eBPF programs and tracing with ChatGPT
https://eunomia.dev/GPTtrace/
MIT License
217 stars 21 forks source link

[FEATURE] Install GPTtrace via pip #9

Open try-agaaain opened 1 year ago

try-agaaain commented 1 year ago

Write the pyproject.toml file to build the project. Then upload the packaged project to pypi. This allows users to easily complete the installation process by doing something like pip install gpttrace.

reference: https://packaging.python.org/en/latest/tutorials/packaging-projects/