From 2f36a388eed5cebf33f19653955453a42a94e14c Mon Sep 17 00:00:00 2001 From: Iulian Onofrei Date: Tue, 28 Mar 2017 23:56:50 +0300 Subject: [PATCH 1/2] Update README.md Added python module installation command --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2628d40..12cc606 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Also, pay attention to ["what data to put into tracking data"](#tracking_data) s 90% benefit from analytics usage lies in right integration;) ## JavaScript example -Install npm: `npm install botanio` +Install via npm: `npm install botanio` ```js var botan = require('botanio')(token); @@ -54,6 +54,7 @@ You need to install requests library to use python botan lib. You can do it with pip install requests +Install via pip: `pip install botanio` Code: ```python From c3fd6058996f56d8667a603933296093c5a3871d Mon Sep 17 00:00:00 2001 From: Iulian Onofrei Date: Wed, 29 Mar 2017 00:22:00 +0300 Subject: [PATCH 2/2] Update README.md Fix import statement --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 12cc606..9333a95 100644 --- a/README.md +++ b/README.md @@ -54,11 +54,12 @@ You need to install requests library to use python botan lib. You can do it with pip install requests + Install via pip: `pip install botanio` Code: ```python - import botan + from botanio import botan botan_token = '.........' # Token got from @botaniobot uid = message.from_user