Skip to content

Commit 96abe87

Browse files
author
yennj12
committed
update
1 parent 4880259 commit 96abe87

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

mobly/README.md

+13
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
## Setup
44

55
```bash
6+
# mac
7+
8+
pip install mobly
9+
```
10+
11+
```bash
12+
# linux
13+
14+
sudo apt install python3-venv
15+
16+
python3 -m venv yen_py_env
17+
18+
source yen_py_env/bin/activate
619

720
pip install mobly
821
```

0 commit comments

Comments
 (0)