From 93ab7e04e9352105490a33e8fef178432b17f923 Mon Sep 17 00:00:00 2001 From: ivn Date: Sat, 22 May 2021 20:11:17 +0300 Subject: [PATCH] Update readme file --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f004c8c..2830885 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ This script generates Ethereum private key and corresponding address in the foll ```sh python3 -m vernv venv source ./venv/bin/activate +pip3 install -r requirements.txt python generate_wallet.py ```