From de231dfbdcf4ffb8f354a2f68edbce3c7e3e0a29 Mon Sep 17 00:00:00 2001 From: Lin Yang Date: Thu, 8 Jun 2017 14:32:07 -0700 Subject: [PATCH] Add missing package dependency Added two basic packages "python-dev build-essential", which are required when using pip to install requirements. Change-Id: I0e21732b73ee0fae871f06b3f1af82d79a9171e5 Closes-Bug: #1696860 --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 2f57733..2ecd785 100644 --- a/README.rst +++ b/README.rst @@ -35,7 +35,7 @@ Valence installation 1. Install software dependencies - ``$ sudo apt-get install git python-pip`` + ``$ sudo apt-get install git python-pip python-dev build-essential`` 2. Clone the Valence code from git repo.