Mention build-essentials package as a developer requirement

This commit is contained in:
baztian
2019-07-06 22:59:43 +02:00
parent dcea36a226
commit 6d692bfc00
+2 -1
View File
@@ -11,7 +11,8 @@ Setup test requirements
::
sudo apt-get install python2.7-dev python3-dev python3-venv g++ maven
sudo apt-get install python2.7-dev python3-dev python3-venv \
build-essentials g++ maven
cd <JAYDEBEAPI_WORKDIR>
python3 -m venv env
. env/bin/activate