Skip to content

Commit 23b45e1

Browse files
author
Tim Lee
committed
update readme
1 parent 4f3ea69 commit 23b45e1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PyKeyTree
22
===========
33

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`.
55

66
#### How to use:
77

@@ -17,7 +17,7 @@ Extended Keys can be in hex or base58. Seed can be in ASCII or hex. Examples bel
1717
###### Use the hex option to enter the seed in hex:
1818
./kt.py --seedhex
1919
Enter Seed in Hex:
20-
5e8fc96380121030d090dc2242c4c4159235cdb9fb027e2fa27cdcf0f7216129
20+
ddd12befb8df29fb082213ddb7c0f335b95950f9a8dd263ffd21d82bad59a990
2121
Enter Chain:
2222
0'/1/2
2323

@@ -32,16 +32,16 @@ Extended Keys can be in hex or base58. Seed can be in ASCII or hex. Examples bel
3232
Enter Chain:
3333
0'/(3-6)'/(1-2)/8
3434

35-
###### To output all the node data on the chain, use the all option:
35+
###### To print data on all the nodes in the chain, use the all option:
3636
./kt.py --all
3737
./kt.py -a
3838

39-
###### It is also possible to output the nodes in a different order:
39+
###### It is also possible to print data on the nodes in a different order:
4040
./kt.py --traverse levelorder
4141
./kt.py -sh -trav postorder
4242
./kt.py -ek -trav preorder
4343

44-
###### For more information on nodes use the verbose option:
44+
###### For more information on each node use the verbose option:
4545
./kt.py --verbose
4646
./kt.py -v
4747

0 commit comments

Comments
 (0)