Mention build-essentials package as a developer requirement
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user