diff options
-rw-r--r-- | README.rst | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -24,14 +24,16 @@ Dependencies Install ------- -:: + +.. code-block:: bash git clone https://github.com/Determinant/ethy.py pip install --user ethy.py/ Example ------- -:: + +.. code-block:: bash python ./ethy.py --verify-key mywallet.json # unlock the wallet and verify whether the # encrypted private key matches the address |