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