Mention build-essentials package as a developer requirement

master
baztian 2019-07-06 22:59:43 +02:00
parent dcea36a226
commit 6d692bfc00
1 changed files with 2 additions and 1 deletions

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> cd <JAYDEBEAPI_WORKDIR>
python3 -m venv env python3 -m venv env
. env/bin/activate . env/bin/activate