summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola' <g.rodola@gmail.com>2015-02-13 21:59:07 +0100
committerGiampaolo Rodola' <g.rodola@gmail.com>2015-02-13 21:59:07 +0100
commit963c245221de40d64ade66bddf1d93ab1b2ce22a (patch)
treeec414ecc42ef64801b51dff9665d34c4804f80b1
parent5471bd82b61e72c3add9ade4d61531da91dfda20 (diff)
downloadpsutil-963c245221de40d64ade66bddf1d93ab1b2ce22a.tar.gz
Update INSTALL.rst
-rw-r--r--INSTALL.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/INSTALL.rst b/INSTALL.rst
index 32c783d5..f402b924 100644
--- a/INSTALL.rst
+++ b/INSTALL.rst
@@ -33,10 +33,10 @@ 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::
- Python 2.6: VS 2008
- Python 2.7: VS 2008
- Python 3.3, 3.4: VS 2010 (you can download it from `MS website <http://www.visualstudio.com/downloads/download-visual-studio-vs#d-2010-express>`_)
- Python 3.5: `VS 2015 UP <http://www.visualstudio.com/en-au/news/vs2015-preview-vs>`_
+* Python 2.6: VS 2008
+* Python 2.7: VS 2008
+* Python 3.3, 3.4: VS 2010 (you can download it from `MS website <http://www.visualstudio.com/downloads/download-visual-studio-vs#d-2010-express>`_)
+* Python 3.5: `VS 2015 UP <http://www.visualstudio.com/en-au/news/vs2015-preview-vs>`_
...then run::