From 54d2e67b092c851cb24b71e55f1d2209c424610c Mon Sep 17 00:00:00 2001 From: Claude Becker <becker@phys.ethz.ch> Date: Fri, 30 Nov 2018 09:44:25 +0100 Subject: [PATCH] add missing gcc dependency --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dba1a08..c2ffc95 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This repo contains python scripts and modules which may not be available as pack Install the required packages ```sh -apt install python3 python3-dev python3-setuptools python3-pip python3-virtualenv virtualenv libacl1-dev libkrb5-dev +apt install python3 python3-dev python3-setuptools python3-pip python3-virtualenv virtualenv libacl1-dev libkrb5-dev gcc ``` then clone the repo and install it inside a virtualenv -- GitLab