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 ea0f3a1 commit 89d6afbCopy full SHA for 89d6afb
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