aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDeterminant <tederminant@gmail.com>2020-08-16 02:34:43 -0400
committerDeterminant <tederminant@gmail.com>2020-08-16 02:34:43 -0400
commit2c3f567f9b5972e3c06fca57ec839e2f27567f4f (patch)
tree0b99a7ce59328c08b5d59c09eb6158490ad3d62e
parent05da4603fb8155f89fc24dcebf880938a0394e85 (diff)
...
-rw-r--r--README.rst5
-rwxr-xr-xkeytree.py2
2 files changed, 5 insertions, 2 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.
diff --git a/keytree.py b/keytree.py
index 4ae38ff..a86c80a 100755
--- a/keytree.py
+++ b/keytree.py
@@ -1,4 +1,4 @@
-#! /bin/env python3
+#!/usr/bin/env python3
# MIT License
#
# Copyright (c) 2020 Ted Yin <tederminant@gmail.com>