aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index d2fa02b..b73cc8c 100644
--- a/README.rst
+++ b/README.rst
@@ -4,4 +4,7 @@ keytree
- CD into the cloned repo
- 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.
+- Caveat: the above instructions use a freezed, full clone of all dependencies
+ (recommended). If you instead do a normal pip install and use
+ ``keytree.py`` (without ``./`` prefix), it will use the latest deps fetched
+ by pip.