1. Installation

Source code located at: https://github.com/aerogear/digger-build-cli

1.1. Requirements

Conda is recommended for environment setup: https://www.continuum.io/downloads

If running tests outside a container, ANDROID_HOME needs to be set as well.

1.2. Installing with pip

pip install git+ssh://git@github.com/aerogear/digger-build-cli.git

This will install a CLI script “abcd” together with the module itself.

1.3. Build from source

Clone the repository then run:

python setup.py install

1.4. Development

You can clone it and then run (considering conda is already installed):

conda env create -f env.yaml

To activate the dev environment run:

source activate digger

To run tests:

py.test -s