Add simplejson to requirements for rpc-tests

This commit is contained in:
Greg Pfeil 2022-08-22 13:36:50 -06:00
parent 113d7a4840
commit 6766e39ad1
1 changed files with 4 additions and 3 deletions

View File

@ -11,15 +11,16 @@ Before running the tests, the following must be installed.
Unix 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 OS X
------ ------
``` ```
pip3 install pyzmq pip3 install pyzmq simplejson
``` ```
Running tests Running tests