Skip to content

Commit

Permalink
Installing Requests in Python (SeleniumHQ#6628)
Browse files Browse the repository at this point in the history
  • Loading branch information
kinjelom authored and shs96c committed Nov 7, 2018
1 parent cd4450a commit 12ae931
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 @@ -120,6 +120,7 @@ from https://github.com/facebook/watchman
* `java` and `jar` on the PATH (make sure you use `java` executable from JDK but not JRE)
* [Python 2.7](https://www.python.org/)
* `python` on the PATH (make sure it's Python 2.7, as buck build tool is not Python 3 compatible)
* [The Requests Library](http://python-requests.org) for Python: `pip install requests`
* MacOS users should have XCode installed

Although the build system is based on rake, it's **strongly advised**
Expand Down

0 comments on commit 12ae931

Please sign in to comment.