rohanrhu / gdb-frontend

☕ GDBFrontend is an easy, flexible and extensible gui debugger.
https://oguzhaneroglu.com/projects/gdb-frontend/
GNU General Public License v3.0
2.83k stars 101 forks source link

pip install-able #20

Closed cmurphy208 closed 3 years ago

cmurphy208 commented 3 years ago

If this is pure python, could we not make this pip-installable by adding a setup.py file. It will make adoption and use very easy across all platforms since pip is a part of the python ecosystem itself.

rohanrhu commented 3 years ago

Yes. PIP package would be great.

rohanrhu commented 3 years ago

I've made PIP package.

You can install GDBFrontend with PIP:

python -m pip install gdbfrontend