From ba57c3f53dbec3191bca65cbac6759b6067c25fc Mon Sep 17 00:00:00 2001 From: Thank You Date: Mon, 25 Jan 2021 18:48:16 -0500 Subject: [PATCH] Add installation instructions --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index dc1483f..10ebf04 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,17 @@ lgtm: api_version: # From a property named `api_version` inside of any JSON POST request made ``` +## Installation + +```bash +# Clone the repo +git clone https://github.com/JLLeitschuh/lgtm_hack_scripts.git + +# Install the necessary python libraries +pip3 install PyGithub +pip3 install pyyaml +``` + ## Commands ```bash