소스 검색

[README] Add documentation about required packages

Don Porter 6 년 전
부모
커밋
d1ea2dae12
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      README.md

+ 5 - 0
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: