diff options
| author | Jon Dufresne <jon.dufresne@gmail.com> | 2018-09-26 06:14:50 -0700 |
|---|---|---|
| committer | Giampaolo Rodola <g.rodola@gmail.com> | 2018-09-26 15:14:50 +0200 |
| commit | 7be5d9c6a1d829c60855edec6543039db6316631 (patch) | |
| tree | a0b45259758e1f822a4045e5b5dae506246e5b5d /docs | |
| parent | ab9a381f5cd9b33b244a4883d6ba55208c049dcf (diff) | |
| download | psutil-7be5d9c6a1d829c60855edec6543039db6316631.tar.gz | |
Correct capitalization of PyPI (#1337)
As spelled on https://pypi.org/.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst index a3fca7b5..7763b6de 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -53,7 +53,7 @@ The easiest way to install psutil is via ``pip``:: On UNIX this requires a C compiler (e.g. gcc) installed. On Windows pip will automatically retrieve a pre-compiled wheel version from -`PYPI repository <https://pypi.org/project/psutil>`__. +`PyPI repository <https://pypi.org/project/psutil>`__. Alternatively, see more detailed `install <https://github.com/giampaolo/psutil/blob/master/INSTALL.rst>`_ instructions. |
