diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -35,10 +35,10 @@ Extract various information from APK. | |||
| 35 | 35 | ||
| 36 | First of all, make sure you have setup the core system: https://github.com/CERT-Polska/karton | 36 | First of all, make sure you have setup the core system: https://github.com/CERT-Polska/karton |
| 37 | 37 | ||
| 38 | Then install karton-android from PyPi, as well as androguard | 38 | Then install karton-android and run it: |
| 39 | 39 | ||
| 40 | ```shell | 40 | ```shell |
| 41 | $ pip install karton-android androguard | 41 | $ pip install git+https://github.com/jvoisin/karton-android |
| 42 | 42 | ||
| 43 | $ karton-android | 43 | $ karton-android |
| 44 | ``` | 44 | ``` |
