Mention build-essentials package as a developer requirement
parent
dcea36a226
commit
6d692bfc00
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue