1
0
mirror of https://github.com/ARM-software/devlib.git synced 2024-10-05 18:30:50 +01:00

monsoon: Fix name of gflags pip package in install instructions

This commit is contained in:
Brendan Jackman 2017-05-22 13:48:47 +01:00
parent bb7591e8fa
commit 3dbd3f7fda

View File

@ -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):