From 7273eaf815a4b0d317e0d7bdadc389e8d52140dc Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Sun, 31 May 2020 00:26:36 +0000 Subject: [PATCH] Add missing installation dependencies --- apiserver/docs/source/dev.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apiserver/docs/source/dev.rst b/apiserver/docs/source/dev.rst index d18b1e4..d1423fc 100644 --- a/apiserver/docs/source/dev.rst +++ b/apiserver/docs/source/dev.rst @@ -13,7 +13,7 @@ Install dependencies: $ sudo apt install memcached # Python: - $ sudo apt install python3 python3-pip python-virtualenv python3-virtualenv + $ sudo apt install build-essential python3 python3-dev python3-pip python-virtualenv python3-virtualenv # Yarn / nodejs: # from https://yarnpkg.com/lang/en/docs/install/#debian-stable