From 5e75e2e0b129318f5cc2936ebea67fb86a55d0ce Mon Sep 17 00:00:00 2001 From: yillkid Date: Mon, 20 Aug 2018 16:03:06 +0800 Subject: [PATCH] Revise known to work version of Python in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ae6e97..f601b8c 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Most use cases for micropayments involve a single user or device interacting repeatedly with a few vendors. ## Prerequisites -`Iota-swarm-node` is compatible with Python 3.5. +`iota-swarm-node`, writing with Python3+ compatible code as well as depending on [Pyota](https://github.com/iotaledger/iota.lib.py) is theoretically available for bot Python 3.5 and 3.6; yet, our testing result indicates that the environment for Python 3.6 is invalid in this case. Details as [Pyota issue#203](https://github.com/iotaledger/iota.lib.py/issues/203). Install dependent packages: ```shell