Skip to content

Commit

Permalink
Remove stale link, update third-party tools docs
Browse files Browse the repository at this point in the history
Fixes #2487
  • Loading branch information
kbenzie committed Dec 19, 2024
1 parent ea0f3a1 commit 89d6afb
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,14 @@ history to avoid pulling potentially breaking changes from the `main` branch.

## Third-Party tools

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
virtual environment, for example:

```bash
$ python -m venv .venv
$ source .venv/bin/activate
$ pip install -r third_party/requirements.txt
```

## Building

Expand Down

0 comments on commit 89d6afb

Please sign in to comment.