From d1ea2dae12e3e322a7e860663c147df7d2cf2375 Mon Sep 17 00:00:00 2001 From: Don Porter Date: Mon, 12 Aug 2019 15:09:39 -0400 Subject: [PATCH] [README] Add documentation about required packages --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 3f5266f1..3a51dff6 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,11 @@ For building Graphene for SGX, run the following command in addition: sudo apt-get install -y python-protobuf +To run unit tests locally, you also need the python3-pytest package: + + sudo apt-get install -y python3-pytest + + To build the system, simply run the following commands in the root of the source tree: