From 6766e39ad16d507daf3c373833fd605f87a97548 Mon Sep 17 00:00:00 2001 From: Greg Pfeil Date: Mon, 22 Aug 2022 13:36:50 -0600 Subject: [PATCH] Add simplejson to requirements for rpc-tests --- qa/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/qa/README.md b/qa/README.md index 8f5585fde..a68ba38fd 100644 --- a/qa/README.md +++ b/qa/README.md @@ -11,15 +11,16 @@ Before running the tests, the following must be installed. Unix ---- -The python3-zmq library is required. On Ubuntu or Debian it can be installed via: +The python3-zmq library and simplejson are required. On Ubuntu or Debian they +can be installed via: ``` -sudo apt-get install python3-zmq +sudo apt-get install python3-simplejson python3-zmq ``` OS X ------ ``` -pip3 install pyzmq +pip3 install pyzmq simplejson ``` Running tests