From f5ad80d3f1e4440fbbdad3122f60e2cabb8e8929 Mon Sep 17 00:00:00 2001 From: meherett Date: Tue, 10 Oct 2023 12:12:29 +0300 Subject: [PATCH] Update: README.md development section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 29a0c08..a54ddc7 100644 --- a/README.md +++ b/README.md @@ -402,7 +402,7 @@ BIP38 Decrypted: { To get started, just fork this repo, clone it locally, and run: ``` -pip install -e .[tests,docs] -r requirements.txt +pip install -e .[tests] -r requirements.txt ``` ## Testing