1. Installation

Installation is simple. Pyand is a simple Python module that enables developers to interact with ADB and Fastboot.

There are currently two recommended ways of installing pyand.

1.1. Dependencies

  • Python 2 (2.6 or later)
  • ADB and Fastboot available on the system

1.2. easy_install

If you have easy_install for Python-2.7 installed, you can use it to install pyand pretty easily.:

$ git clone https://github.com/ardevd/pyand
$ sudo easy_install-2.7 pyand

1.3. AUR PKGBUILD

There is also an officially supported PKGBUILD available. You can grab the PKGBUILD from the GitHub repo.