Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kigawas committed May 28, 2020
1 parent 58d99dd commit d445ed1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"python.formatting.provider": "black"
}
}
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d445ed1

Please sign in to comment.