aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMichael Hirsch, Ph.D <10931741+scivision@users.noreply.github.com>2019-11-02 10:17:13 -0400
committerJussi Pakkanen <jpakkane@gmail.com>2019-11-02 16:17:13 +0200
commitd218d523679d28ae62082e3d371baf799510b2ce (patch)
treed9df55e5a4737694b6084ce50d03e14154c3d29c /README.md
parent48e6db89ab702c0f7c0fb8b9cbcac857dce9c6ef (diff)
downloadmeson-d218d523679d28ae62082e3d371baf799510b2ce.zip
meson-d218d523679d28ae62082e3d371baf799510b2ce.tar.gz
meson-d218d523679d28ae62082e3d371baf799510b2ce.tar.bz2
Ensure setuptools via PEP508/518 pyproject.toml
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index 5a083ab..175e7f6 100644
--- a/README.md
+++ b/README.md
@@ -22,8 +22,11 @@ build system.
You can run Meson directly from a revision control checkout or an
extracted tarball. If you wish you can install it locally with the
-standard Python distutils command `python3 setup.py install <your
-options here>`.
+standard Python command
+
+```sh
+python3 -m pip install meson <your options here>
+```
Meson is also available from
[PyPi](https://pypi.python.org/pypi/meson), so it can be installed