From 6c338d617306effcc3e1cdeebdb92a7ecf82cf36 Mon Sep 17 00:00:00 2001 From: Epic Curious <109078515+epiccurious@users.noreply.github.com> Date: Sun, 16 Jun 2024 16:49:16 +0000 Subject: [PATCH] fix(deps): add pytest dependency for make check --- doc/getting-started/getting-started/installation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/getting-started/getting-started/installation.md b/doc/getting-started/getting-started/installation.md index 10f34f163..61b8c2e94 100644 --- a/doc/getting-started/getting-started/installation.md +++ b/doc/getting-started/getting-started/installation.md @@ -130,6 +130,7 @@ For development or running tests, get additional dependencies: ```shell sudo apt-get install -y valgrind libpq-dev shellcheck cppcheck \ libsecp256k1-dev lowdown +pip3 install pytest ``` If you can't install `lowdown`, a version will be built in-tree.