From d91b07921af1578a2c73667917baa993beae4bed Mon Sep 17 00:00:00 2001 From: Giampaolo Rodola Date: Wed, 2 Sep 2015 12:44:14 +0200 Subject: try to fix appveyor failure --- INSTALL.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'INSTALL.rst') diff --git a/INSTALL.rst b/INSTALL.rst index e518c430..fdbc4d6d 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@ -30,11 +30,11 @@ Compiling on Windows using Visual Studio ======================================== In order to compile psutil on Windows you'll need Visual Studio (Mingw32 is -no longer supported). You must have the same version of Visual Studio used to compile -your installation of Python, that is:: +no longer supported). You must have the same version of Visual Studio used to +compile your installation of Python, that is:: -* Python 2.6: VS 2008 -* Python 2.7: VS 2008 +* Python 2.6: VS 2008 (download it from `here `_) +* Python 2.7: VS 2008 (download it from `here `_) * Python 3.3, 3.4: VS 2010 (you can download it from `MS website `_) * Python 3.5: `VS 2015 UP `_ -- cgit v1.2.1