File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Latest Meson version supporting previous Python versions:
2222
2323#### Installing from source
2424
25- Meson is available on [ PyPi ] ( https://pypi.python.org/pypi/meson ) , so
25+ Meson is available on [ PyPI ] ( https://pypi.python.org/pypi/meson ) , so
2626it can be installed with ` pip3 install meson ` . The exact command to
2727type to install with ` pip ` can vary between systems, be sure to use
2828the Python 3 version of ` pip ` .
@@ -35,7 +35,7 @@ python3 -m pip install meson
3535
3636For builds using Ninja, Ninja can be downloaded directly from Ninja
3737[ GitHub release page] ( https://github.com/ninja-build/ninja/releases )
38- or via [ PyPi ] ( https://pypi.python.org/pypi/ninja )
38+ or via [ PyPI ] ( https://pypi.python.org/pypi/ninja )
3939
4040``` console
4141python3 -m pip install ninja
You can’t perform that action at this time.
0 commit comments