aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorDeterminant <tederminant@gmail.com>2020-08-16 02:31:31 -0400
committerDeterminant <tederminant@gmail.com>2020-08-16 02:31:31 -0400
commit05da4603fb8155f89fc24dcebf880938a0394e85 (patch)
tree941ef65de10a94485cef3b98a92298d69524aa2a /README.rst
parent17390b9905330a05ff68998f690d7d7a1bcf29d8 (diff)
freeze the dependencies
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.