aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsetrofim <setrofim@gmail.com>2017-05-22 13:52:33 +0100
committerGitHub <noreply@github.com>2017-05-22 13:52:33 +0100
commit64292ad6b45ee7238ce0e36747bba95b317c85c0 (patch)
tree952bdcdf892c69349385ae43c975b5b550cd6cd7
parent4a936da62f8b308efd70362d975f911e1cb5dbc9 (diff)
parent3dbd3f7fdaacfcd32782f9858bb55551d2857090 (diff)
downloaddevlib-64292ad6b45ee7238ce0e36747bba95b317c85c0.tar.gz
Merge pull request #126 from bjackman/fix-monsoon-instructions
monsoon: Fix name of gflags pip package in install instructions
-rw-r--r--devlib/instrument/monsoon.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/devlib/instrument/monsoon.py b/devlib/instrument/monsoon.py
index 9d544fd..e373d68 100644
--- a/devlib/instrument/monsoon.py
+++ b/devlib/instrument/monsoon.py
@@ -14,8 +14,8 @@ MonsoonInstrument requires the monsoon.py tool, available from AOSP:
https://android.googlesource.com/platform/cts/+/master/tools/utils/monsoon.py
Download this script and put it in your $PATH (or pass it as the monsoon_bin
-parameter to MonsoonInstrument). `pip install gflags pyserial` to install the
-dependencies.
+parameter to MonsoonInstrument). `pip install python-gflags pyserial` to install
+the dependencies.
"""
class MonsoonInstrument(Instrument):