From 321f203e653009a914a12bfb4bfea7b0402911c5 Mon Sep 17 00:00:00 2001 From: dapplab-coredev <37915694+dapplab-coredev@users.noreply.github.com> Date: Tue, 3 Apr 2018 08:01:44 +0530 Subject: [PATCH] Update README.md Fixes Issue #17 . Installs Python 3.5+ site-package through pip instead of for both Python2 and Python3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e63ae9b..34298a8 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ This is also useful for quickly throwing your source into [Remix](https://ethere # Installation -`pip install solidity-flattener` +`pip3 install solidity-flattener` # Usage ```