From 37be0f0e4db77723a1ce8bbac5bb8c4e417fbb37 Mon Sep 17 00:00:00 2001 From: lucasduffey Date: Thu, 29 Sep 2016 22:59:49 -0700 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index afb55fc..7333d3d 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,9 @@ axmlparserpy can be used to parse Android binary XML files into plaintext XML. axmlparserpy was originally created by Anthony Desnos and was extracted from the Androguard project. +# setup +sudo python setup.py install + # Contributors * [Anthony Desnos](mailto:anthony.desnos@gmail.com)