From 0ff97a50a0cbdd432ad79729bcda88b2c285242e Mon Sep 17 00:00:00 2001 From: Neo Zhang Jianyu Date: Tue, 12 Mar 2019 11:36:28 +0800 Subject: [PATCH] Update SetupLinux.md Add to install gcc --- SetupLinux.md | 1 + 1 file changed, 1 insertion(+) diff --git a/SetupLinux.md b/SetupLinux.md index d593bc3..ad7498b 100644 --- a/SetupLinux.md +++ b/SetupLinux.md @@ -16,6 +16,7 @@ This guide is mainly for Ubuntu. If you has other linux platform, please do the * Install Python dev env. Python2.7 is shipped with linux. ``` sudo apt-get update + sudo apt-get install build-essential sudo apt-get install -y python-setuptools python-dev ``` * Instal pip - the package manager for python