aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index c735a93..7dfd2c1 100644
--- a/README.rst
+++ b/README.rst
@@ -1,5 +1,7 @@
keytree
=======
-- Derive 10 keys from the given mnemonic: ``./keytree.py --end-idx 10``
-- Generate a new mnemonic and derive 10 keys from it: ``./keytree.py --end-idx 10 --gen-mnemonic``
+- CD into the cloned repo
+- Install the deps: ``pip3 --user install .``
+- Derive 10 keys from the given mnemonic: ``keytree.py --end-idx 10``
+- Generate a new mnemonic and derive 10 keys from it: ``keytree.py --end-idx 10 --gen-mnemonic``