You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
PyKeyTree
2
2
===========
3
3
4
-
PyKeyTree is a python implementation of [KeyTree](https://github.com/stequald/KeyTree).
4
+
PyKeyTree is a python implementation of [KeyTree](https://github.com/stequald/KeyTree). PyKeyTree requires the python ecdsa module. You can install it by doing `pip install ecdsa`.
5
5
6
6
#### How to use:
7
7
@@ -17,7 +17,7 @@ Extended Keys can be in hex or base58. Seed can be in ASCII or hex. Examples bel
17
17
###### Use the hex option to enter the seed in hex:
0 commit comments