From d445ed134559304678027f93e0b7f36373bca012 Mon Sep 17 00:00:00 2001 From: Weiliang Li Date: Thu, 28 May 2020 20:40:21 +0900 Subject: [PATCH] Update readme --- .vscode/settings.json | 2 +- README.md | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index de288e1..163c984 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,3 @@ { "python.formatting.provider": "black" -} \ No newline at end of file +} diff --git a/README.md b/README.md index 1401cdc..da05891 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,10 @@ Simple python bip44 implementation. Mnemonic + bip32. -## Quickstart +## Install +`pip install bip44` + +## Quick Start ```python >>> from coincurve import PrivateKey >>> from bip44.wallet import Wallet