Merge "Add python venv recommendation"
diff --git a/system/gd/docs/testing/cert_test.md b/system/gd/docs/testing/cert_test.md
index 05bf514..4e7b7f2 100644
--- a/system/gd/docs/testing/cert_test.md
+++ b/system/gd/docs/testing/cert_test.md
@@ -78,6 +78,14 @@
$ANDROID_BUILD_TOP/packages/modules/Bluetooth/system/gd/cert/run --host
```
+#### Python 3.8+
+The cert tests require >python3.8 to operate and the associated python
+virtualenv package. The script may help properly install these requisites.
+
+```shell
+source $ANDROID_BUILD_TOP/packages/modules/Bluetooth/system/gd/cert/set_up_virtualenv.sh
+```
+
### Run GD cert tests on devices for the first time
Connect at least two Android devices and follow on-screen instructions after