Skip to content

Commit

Permalink
Update README: Bazel is one of the requirements (SeleniumHQ#8353)
Browse files Browse the repository at this point in the history
Co-authored-by: David Burns <david.burns@theautomatedtester.co.uk>
  • Loading branch information
alb-i986 and AutomatedTester committed May 28, 2020
1 parent ff4235a commit 657d567
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ To list all available targets, you can append the `-T` flag:
* `java` and `jar` on the PATH (make sure you use `java` executable from JDK but not JRE).
* To test this, try running the command `javac`. This command won't exist if you only have the JRE
installed. If you're met with a list of command-line options, you're referencing the JDK properly.
* [Bazel](https://docs.bazel.build/versions/master/install.html)
* [Python](https://www.python.org/)
* `python` on the PATH
* [The Requests Library](http://python-requests.org) for Python: `pip install requests`
Expand Down

0 comments on commit 657d567

Please sign in to comment.