From 5f1f1e72e12d34179e7367675b95648b7fb2bdda Mon Sep 17 00:00:00 2001 From: Vilius Sutkus '89 Date: Tue, 26 Jul 2022 20:34:55 +0300 Subject: [PATCH] [README.md] Add install guide --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 9cccd1b..c4ca0ef 100644 --- a/README.md +++ b/README.md @@ -24,3 +24,10 @@ Recursive wrapper around adb. Listing directories and reading files while using runtime permissions of specified application. Piping contents into `/data/local/tmp` using normal adb user permissions and `adb pull`'ing into host computer. + +### Install + +adbPullAs is available on [PyPI](https://test.pypi.org/project/adbPullAs/) +```shell +python -m pip install adbPullAs +```