summaryrefslogtreecommitdiff
path: root/INSTALL.rst
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2018-04-25 06:15:58 +0200
committerGiampaolo Rodola <g.rodola@gmail.com>2018-04-25 06:15:58 +0200
commit489422b9cccf55100a19e96135d05f8e01d48daa (patch)
treeac5ded4103b9b309bb9bf91e122970f26c8bfd81 /INSTALL.rst
parent70b330221b87ff9c42d5160c57efea8fd3804398 (diff)
downloadpsutil-489422b9cccf55100a19e96135d05f8e01d48daa.tar.gz
#1270: migrate URLs to new pypi site
Diffstat (limited to 'INSTALL.rst')
-rw-r--r--INSTALL.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL.rst b/INSTALL.rst
index 9e5defb4..4ceb0c19 100644
--- a/INSTALL.rst
+++ b/INSTALL.rst
@@ -76,15 +76,15 @@ Windows
The easiest way to install psutil on Windows is to just use the pre-compiled
exe/wheel installers hosted on
-`PYPI <https://pypi.python.org/pypi/psutil/#downloads>`__ via pip:
+`PYPI <https://pypi.org/project/psutil/#files>`__ via pip:
.. code-block:: bat
C:\Python27\python.exe -m pip install psutil
If you want to compile psutil from sources you'll need **Visual Studio**
-(Mingw32 is no longer supported), which really is a mess.
-The VS versions are the onle listed below.
+(Mingw32 is no longer supported), which really is a mess.
+The VS versions are the onle listed below.
This `blog post <https://blog.ionelmc.ro/2014/12/21/compiling-python-extensions-on-windows/>`__
provides numerous info on how to properly set up VS (good luck with that).