forked from honeynet/droidbot
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
30e7f28
commit d040d4d
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,7 +53,7 @@ It can send random or scripted input events to test an HarmonyOS app, achieve hi | |
- The following `pip` command will automatic grep and install the required packages for you. | ||
|
||
```shell | ||
git clone [email protected]:honeynet/droidbot.git | ||
git clone [email protected]:XixianLiang/HMDroidbot.git | ||
cd HMdroidbot | ||
pip install -e . | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,7 +51,7 @@ HMDroidbot(HM代表HarmonyOS,Droid代表Android)是一个轻量级的测 | |
- 下面的 `pip` 命令将自动抓取并安装所需的包。 | ||
|
||
```shell | ||
git clone [email protected]:honeynet/droidbot.git | ||
git clone [email protected]:XixianLiang/HMDroidbot.git | ||
cd HMdroidbot | ||
pip install -e . | ||
``` | ||
|