From 5f2e6841ba6608b6d0f03d0dc6331c83727afab9 Mon Sep 17 00:00:00 2001 From: Ewen McCahon Date: Sat, 22 Apr 2017 18:07:34 +1000 Subject: [PATCH] Its on PIP Now! --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 215c316..7469f81 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,9 @@ JIRAPy works with data you already have, either from the APIs or from a WebHook. I was writing bots to automatically perform actions when a ticket was raised to our board and found that I was recreating the same functions every time I created a new bot. This keeps all the helpers in an easy to import class. ### How Do I Install It -For now, you need to clone this Git repo and copy it into your project, but soon you'll be able to run `pip install jirapy` to get it anywhere. +Easy Method - Pip. Run `pip install jirapy` to download the latest version and its dependencies. + +Alternatively, you can clone this repo and copy the `jirapy` folder into your project. ### How Do I Use It Import the class(es) you require from the module: