Skip to content

Commit

Permalink
Update install instructions
Browse files Browse the repository at this point in the history
Also, bump version to 2.1.2
  • Loading branch information
CalebFenton committed Jan 28, 2021
1 parent 6b408a3 commit f40e22e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 23 deletions.
13 changes: 2 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,6 @@ For more information on what this tool can be used for, check out:

## Installing

```bash

pip install --upgrade wheel
pip wheel --wheel-dir=/tmp/yara-python --build-option="build" --build-option="--enable-dex" git+https://github.com/VirusTotal/[email protected]
pip install --no-index --find-links=/tmp/yara-python yara-python
```

Finally, install APKiD:

```bash
pip install apkid
```
Expand Down Expand Up @@ -55,7 +46,7 @@ usage: apkid [-h] [-v] [-t TIMEOUT] [-r] [--scan-depth SCAN_DEPTH]
[-o DIR]
[FILE [FILE ...]]
APKiD - Android Application Identifier v2.1.0
APKiD - Android Application Identifier v2.1.2
positional arguments:
FILE apk, dex, or directory
Expand Down Expand Up @@ -121,7 +112,7 @@ Make sure the version has been updated in [apkid/__init__.py](apkid/__init__.py)
Update the compiled rules, the readme, build the package and upload to PyPI:

```bash
./pre-release.py readme
./prep-release.py readme
rm -f dist/*
python setup.py sdist bdist_wheel
twine upload --repository-url https://upload.pypi.org/legacy/ dist/*
Expand Down
13 changes: 2 additions & 11 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,6 @@ For more information on what this tool can be used for, check out:
Installing
----------

.. code:: bash
pip install --upgrade wheel
pip wheel --wheel-dir=/tmp/yara-python --build-option="build" --build-option="--enable-dex" git+https://github.com/VirusTotal/[email protected]
pip install --no-index --find-links=/tmp/yara-python yara-python
Finally, install APKiD:

.. code:: bash
pip install apkid
Expand Down Expand Up @@ -67,7 +58,7 @@ Usage
[-o DIR]
[FILE [FILE ...]]

APKiD - Android Application Identifier v2.1.0
APKiD - Android Application Identifier v2.1.2

positional arguments:
FILE apk, dex, or directory
Expand Down Expand Up @@ -155,7 +146,7 @@ PyPI:

.. code:: bash
./pre-release.py readme
./prep-release.py readme
rm -f dist/*
python setup.py sdist bdist_wheel
twine upload --repository-url https://upload.pypi.org/legacy/ dist/*
Expand Down
2 changes: 1 addition & 1 deletion apkid/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"""

__title__ = 'apkid'
__version__ = '2.1.1'
__version__ = '2.1.2'
__author__ = 'Caleb Fenton & Tim Strazzere'
__license__ = 'GPL & Commercial'
__copyright__ = 'Copyright (C) 2021 RedNaga'

0 comments on commit f40e22e

Please sign in to comment.