Skip to content

Commit 4a58ed2

Browse files
committed
Updated README
1 parent b66420e commit 4a58ed2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ The mobile pentest toolkit (MPT) was presented on conference OWASP Bucharest App
5858

5959
## Installation using PIPX (preferred installation method)
6060
```
61+
pipx install mptsec
62+
63+
# alternative way install from a public repository
6164
pipx install git+https://github.com/ByteSnipers/mobile-pentest-toolkit --include-deps
6265
```
6366

mpt/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import mpt.config
66
from mpt.config import Config
77

8-
__version__ = '0.7.50'
8+
__version__ = '0.7.51'
99
HOME_FOLDER = expanduser("~")
1010
DEFAULT_MOBILE_FOLDER = os.path.join(HOME_FOLDER, "tools/MOBILE/")
1111
MPT_BIN = os.path.join(DEFAULT_MOBILE_FOLDER, 'bin')

0 commit comments

Comments
 (0)