From 8042672d76bb91e8cadb774043669b161314f549 Mon Sep 17 00:00:00 2001 From: Hugh Rundle Date: Sun, 27 Jan 2019 21:49:38 +1100 Subject: [PATCH] updated README --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 1303fd9..d8dd304 100644 --- a/README.md +++ b/README.md @@ -19,11 +19,7 @@ You will need Python 3.x installed and it must be called by `python3`, rather th On MacOS the easiest thing to do is to [install Python 3 using Homebrew](https://docs.brew.sh/Homebrew-and-Python): `brew install python`. -The following Python modules need to be installed: - -* requests - -You should be able to install modules using pip with `pip3 install [module name]` +Then install the Python **requests** module using **pip**: `pip3 install requests` ### Settings