From 8be460869653521b9ad5555a2e43d8b526165f1f Mon Sep 17 00:00:00 2001 From: cryptagoras Date: Thu, 19 May 2022 22:00:32 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 53024ab..d9a2224 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ pip3 install . If you want to run the software without installing the module, you still need to install the dependencies: ``` -pip3 install requirements.txt +pip3 install -r requirements.txt python3 -m webcash.walletclient info ```