From b08cd0d6ef570acf8b88fd875e500196372df741 Mon Sep 17 00:00:00 2001 From: geoffwalmsley Date: Fri, 30 Sep 2022 17:33:13 +0300 Subject: [PATCH] missed a line --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f140803..910934e 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ chianft submit-spend-bundles -m 1000000 -o 1000 output.pkl Tests are located in the tests directory. To run them, make sure to install the tool with dev dependencies: ```bash -pip install --editable .[dev] +pip install --extra-index https://pypi.chia.net/simple/ --editable .[dev] ``` To run the tests use: