From 900a9182872eacd2aa3c9fa6449ea48b18603cd3 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Mon, 20 Jan 2025 15:50:44 -0800 Subject: Fix capitalization of "PyPI" in README.md See https://pypi.org for confirmation of the capitalization. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index f3a2657b7..3d01b3ff3 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Latest Meson version supporting previous Python versions: #### Installing from source -Meson is available on [PyPi](https://pypi.python.org/pypi/meson), so +Meson is available on [PyPI](https://pypi.python.org/pypi/meson), so it can be installed with `pip3 install meson`. The exact command to type to install with `pip` can vary between systems, be sure to use the Python 3 version of `pip`. @@ -35,7 +35,7 @@ python3 -m pip install meson For builds using Ninja, Ninja can be downloaded directly from Ninja [GitHub release page](https://github.com/ninja-build/ninja/releases) -or via [PyPi](https://pypi.python.org/pypi/ninja) +or via [PyPI](https://pypi.python.org/pypi/ninja) ```console python3 -m pip install ninja -- cgit v1.3