From 5f70f4d2099d60486612783333427d7f25bb7113 Mon Sep 17 00:00:00 2001 From: Giampaolo Rodola Date: Thu, 12 May 2016 23:39:45 -0400 Subject: appveyor experiment --- INSTALL.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'INSTALL.rst') diff --git a/INSTALL.rst b/INSTALL.rst index d2cb022d..e9794c4f 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@ -6,12 +6,12 @@ older Python version* `install pip `_ Linux ===== -Ubuntu / Debian:: +Ubuntu / Debian (use `python3-dev` for python 3):: $ sudo apt-get install gcc python-dev $ pip install psutil -RedHat:: +RedHat (use `python3-devel` for python 3):: $ sudo yum install gcc python-devel $ pip install psutil -- cgit v1.2.1