aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 7dfd2c1..d2fa02b 100644
--- a/README.rst
+++ b/README.rst
@@ -2,6 +2,6 @@ keytree
=======
- 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``
+- 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``
+- Caveat: if you instead do a normal pip install and use ``keytree.py``, it will use the latest deps fetched by pip.