Skip to content

Commit

Permalink
Merge pull request #2489 from kbenzie/benie/remove-stale-link
Browse files Browse the repository at this point in the history
Remove stale link, update third-party tools docs
  • Loading branch information
kbenzie authored Dec 19, 2024
2 parents ea0f3a1 + 89d6afb commit 6f36300
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 6f36300

Please sign in to comment.