From 12ae931dee35a7bef5b3e186946c81e30aabe42b Mon Sep 17 00:00:00 2001 From: wildloop Date: Wed, 7 Nov 2018 17:00:09 +0100 Subject: [PATCH] Installing Requests in Python (#6628) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 600c6dd8a2da0..a2eadf8c90c1e 100644 --- a/README.md +++ b/README.md @@ -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**