aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAng Li <angli@google.com>2024-02-06 03:44:22 -0800
committerGitHub <noreply@github.com>2024-02-06 03:44:22 -0800
commit28be0fdba146f2a180e567126749b34bde9ff8cf (patch)
treeeabb7830df24fb8e9bfe046953465fc7703b64e8
parent13537bce9b146e3c44fc8117f5cf23a106bfdd4b (diff)
downloadmobly-28be0fdba146f2a180e567126749b34bde9ff8cf.tar.gz
Update `README` after build toolchain changes. (#912)
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index b1a626d..a9cd38f 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,6 @@ Mobly tests could run on the following platforms:
## System dependencies
- adb (1.0.40+ recommended)
- python3.11+
- - python-setuptools
## Installation
You can install the released package from pip
@@ -43,12 +42,12 @@ You can install the released package from pip
pip install mobly
```
-or download the source then run `setup.py` to use the bleeding edge:
+or install from the source to use the bleeding edge:
```sh
git clone https://github.com/google/mobly.git
cd mobly
-python setup.py install
+pip install -e .
```
You may need `sudo` for the above commands if your system has certain permission