From 3dbd3f7fdaacfcd32782f9858bb55551d2857090 Mon Sep 17 00:00:00 2001 From: Brendan Jackman Date: Mon, 22 May 2017 13:48:47 +0100 Subject: [PATCH] monsoon: Fix name of gflags pip package in install instructions --- devlib/instrument/monsoon.py | 4 ++-- 1 file 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):