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
This commit is contained in:
Lin Yang 2017-06-08 14:32:07 -07:00
parent 577474c9c0
commit de231dfbdc
1 changed files with 1 additions and 1 deletions

View File

@ -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.