diff options
| author | Brett Cannon <brett@python.org> | 2025-01-20 15:50:44 -0800 |
|---|---|---|
| committer | Eli Schwartz <eschwartz93@gmail.com> | 2025-01-20 19:13:00 -0500 |
| commit | 900a9182872eacd2aa3c9fa6449ea48b18603cd3 (patch) | |
| tree | 8ae3b336ca57998398b206aeb1e7758f6b58b5a4 /README.md | |
| parent | 9a9abaf795ef9c701d74105a05b190be658dfd3f (diff) | |
| download | meson-900a9182872eacd2aa3c9fa6449ea48b18603cd3.tar.gz | |
Fix capitalization of "PyPI" in README.md
See https://pypi.org for confirmation of the capitalization.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
