Skip to content

Commit

Permalink
Added PIP package information to README.md. #20
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanrhu committed Nov 27, 2020
1 parent f76296b commit d00dc83
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,23 @@ GDBFrontend is an easy, flexible and extensionable gui debugger.

## Installing

### PIP Package (Python Wheel)
You can install GDBFrontend with `pip`.

```bash
pip install gdbfrontend
```

or if you want to install specific GIT snapshot:
```bash
python setup.py install
```

and you can run
```bash
gdbfrontend
```

### Deb Package (Debian / Ubuntu / KDE Neon)
You can install GDBFrontend via deb package for Debian-based distributions.

Expand Down

0 comments on commit d00dc83

Please sign in to comment.