Updated Home (markdown)

erev0s 2023-12-24 07:38:25 +02:00
parent 69611c728d
commit f4d4ce66ee

17
Home.md

@ -3,13 +3,28 @@
# Installation
Androguard is intended to be launch directly without any particular installation, only the packages that we are using:
You can install Androguard in three different ways:
## Getting one of the released versions from PyPI
~~~~
pip install Androguard
~~~~
or if you want an older version
~~~~
pip install androguard==3.3.5
~~~~
## Getting a version with all the latest commits
```
git clone https://github.com/androguard/androguard.git
cd androguard
pip install .
```
or the same thing using pip and the GitHub URL of the project:
~~~~
pip install git+https://github.com/androguard/androguard
~~~~
You can now directly start to play with some APK !!