Skip to content

Commit

Permalink
Update pip command to python -m pip in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanrhu committed Nov 28, 2020
1 parent 4313f2b commit 885f895
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Expand Up @@ -11,13 +11,18 @@ GDBFrontend is an easy, flexible and extensionable gui debugger.

![gdb-frontend](https://oguzhaneroglu.com/static/images/gdbfrontend-ss6.png "GDBFrontend is an easy, flexible and extensionable gui debugger.")

## Installing
## Installing

### Requirements
* GDB => 8.2 (with python3)
* python3
* tmux

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

```bash
pip install gdbfrontend
python -m pip install gdbfrontend
```

or if you want to install specific GIT snapshot:
Expand Down Expand Up @@ -56,11 +61,6 @@ gdbfrontend
### Running From GIT
You can download latest source and run it.

#### Requirements
* GDB => 8.2 (with python3)
* python3
* tmux

You can run gdb-frontend with following commands:
```bash
git clone https://github.com/rohanrhu/gdb-frontend.git gdb-frontend
Expand Down

0 comments on commit 885f895

Please sign in to comment.