From c883fa25f791e4670321a46a660952050d98c10e Mon Sep 17 00:00:00 2001 From: Thomas Kgaevski Date: Tue, 14 Jan 2020 10:26:42 +0100 Subject: [PATCH] Update README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9bfdce4..b25d96f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,9 @@ The mindsay-sdk is a python client that makes it easy to interact with the Minds A Mindsay account is required. ## Installation -`pip install mindsay-sdk` +Install latest release: `pip install mindsay-sdk` + +Install latest dev version: `pip install git+https://github.com/destygo/mindsay-sdk@staging` ## Usage ```python