We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 667d4d1 commit cbc5be3Copy full SHA for cbc5be3
README.md
@@ -76,7 +76,14 @@ history to avoid pulling potentially breaking changes from the `main` branch.
76
77
## Third-Party tools
78
79
-Tools can be acquired via instructions in [third_party](/third_party/README.md).
+The recommended method to install the third-party tools is using a Python
80
+virtual environment, for example:
81
+
82
+```bash
83
+$ python -m venv .venv
84
+$ source .venv/bin/activate
85
+$ pip install -r third_party/requirements.txt
86
+```
87
88
## Building
89
0 commit comments