mirror of
https://github.com/androguard/androguard.git
synced 2024-11-23 05:00:11 +00:00
Updated Home (markdown)
parent
69611c728d
commit
f4d4ce66ee
17
Home.md
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 !!
|
||||
|
Loading…
Reference in New Issue
Block a user