From 57a9991de84981e6343746e301e9fec4e45171b3 Mon Sep 17 00:00:00 2001 From: Michael Hansen Date: Fri, 12 May 2023 10:59:10 -0500 Subject: [PATCH] System deps --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f55bada..e5f2950 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,13 @@ Piper has been used in the following projects/papers: See [src/python](src/python) -Start by creating a virtual environment: +Start by installing system dependencies: + +``` sh +sudo apt-get install python3-dev +``` + +Then create a virtual environment: ``` sh cd piper/src/python