aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index e9233cc..c9fec3a 100644
--- a/README.md
+++ b/README.md
@@ -5,13 +5,13 @@
```bash
git submodule update --init
-pip install -e . # With editable mode
-# Or
-pip install . # Without editable mode
+pip install [-e] bt-test-interfaces/python
+pip install [-e] .
```
-## Rebuild gRPC interfaces
+## Rebuild gRPC Bluetooth test interfaces
```bash
-./_build/grpc.py
+pip install grpcio-tools==1.46.3
+./bt-test-interfaces/python/_build/grpc.py
```