From fa859c4b2b3162981bd79a9b8bc396c78071847f Mon Sep 17 00:00:00 2001 From: Jake Cahill <45230295+JakeSCahill@users.noreply.github.com> Date: Tue, 26 Nov 2019 15:06:50 +0000 Subject: [PATCH 1/3] Update client-libraries/0.1/how-to-guides/python/send-your-first-bundle.md Co-Authored-By: Levente Pap --- .../0.1/how-to-guides/python/send-your-first-bundle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client-libraries/0.1/how-to-guides/python/send-your-first-bundle.md b/client-libraries/0.1/how-to-guides/python/send-your-first-bundle.md index 5421556b..183a59a5 100644 --- a/client-libraries/0.1/how-to-guides/python/send-your-first-bundle.md +++ b/client-libraries/0.1/how-to-guides/python/send-your-first-bundle.md @@ -4,7 +4,7 @@ ## Packages -To complete this guide, you need to install the following package (if you're using Go modules, you just need to reference this package): +To complete this guide, you need to install the following package: ```bash pip install pyota From 6c3c5efee7133d41f956851234a64f18d8a93f34 Mon Sep 17 00:00:00 2001 From: Jake Cahill <45230295+JakeSCahill@users.noreply.github.com> Date: Tue, 26 Nov 2019 17:02:12 +0000 Subject: [PATCH 2/3] Update client-libraries/0.1/how-to-guides/python/transfer-iota-tokens.md Co-Authored-By: Levente Pap --- .../0.1/how-to-guides/python/transfer-iota-tokens.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client-libraries/0.1/how-to-guides/python/transfer-iota-tokens.md b/client-libraries/0.1/how-to-guides/python/transfer-iota-tokens.md index 6c533bfc..3c2bd031 100644 --- a/client-libraries/0.1/how-to-guides/python/transfer-iota-tokens.md +++ b/client-libraries/0.1/how-to-guides/python/transfer-iota-tokens.md @@ -4,7 +4,7 @@ ## Packages -To complete this guide, you need to install the following package (if you're using Go modules, you just need to reference this package): +To complete this guide, you need to install the following package: ```bash pip install pyota @@ -136,4 +136,4 @@ For example, you are online shopping and the checkout has a QR code that gives y During the time it takes you to complete the checkout and send your transfer bundle, the website owner withdraws IOTA tokens from the address in the QR code. Now that address is spent, and you have just sent IOTA tokens to it. -To help stop this from happening, we recommend using the [account module](../../account-module/introduction/overview.md) to create conditional deposit addresses that specify whether they are active or expired. \ No newline at end of file +To help stop this from happening, we recommend using the [account module](../../account-module/introduction/overview.md) to create conditional deposit addresses that specify whether they are active or expired. From e77ade66060bd1afb8ad23a73855ed0c97f130dc Mon Sep 17 00:00:00 2001 From: Jake Cahill <45230295+JakeSCahill@users.noreply.github.com> Date: Tue, 26 Nov 2019 17:02:31 +0000 Subject: [PATCH 3/3] Update client-libraries/0.1/how-to-guides/python/listen-for-transactions.md Co-Authored-By: Levente Pap --- .../0.1/how-to-guides/python/listen-for-transactions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client-libraries/0.1/how-to-guides/python/listen-for-transactions.md b/client-libraries/0.1/how-to-guides/python/listen-for-transactions.md index 57e34c91..6c85bdb4 100644 --- a/client-libraries/0.1/how-to-guides/python/listen-for-transactions.md +++ b/client-libraries/0.1/how-to-guides/python/listen-for-transactions.md @@ -4,7 +4,7 @@ ## Packages -To complete this guide, you need to install the following package (if you're using Go modules, you just need to reference this package): +To complete this guide, you need to install the following package: ```bash pip install zmq