From 790d6fc6952b4caba04442395f956dc03c6f6636 Mon Sep 17 00:00:00 2001 From: Jong Hyuck Won Date: Thu, 2 Apr 2020 04:27:45 -0700 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 03b5811..f37aefd 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,12 @@ and [related codebases](https://github.com/harmony-one). ## Installation ``` +pip install pyhmy + +On MacOS: + +Make sure you have Python3 installed, and use python3 to install pyhmy + sudo pip3 install pathlib sudo pip3 install pyhmy