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