diff options
author | Michael Hirsch, Ph.D <10931741+scivision@users.noreply.github.com> | 2019-11-02 10:17:13 -0400 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2019-11-02 16:17:13 +0200 |
commit | d218d523679d28ae62082e3d371baf799510b2ce (patch) | |
tree | d9df55e5a4737694b6084ce50d03e14154c3d29c /README.md | |
parent | 48e6db89ab702c0f7c0fb8b9cbcac857dce9c6ef (diff) | |
download | meson-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.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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 |