From 9cee7367683576b2a4abb122205d0367d5a92fab Mon Sep 17 00:00:00 2001 From: "Michael Hirsch, Ph.D" Date: Tue, 12 Nov 2019 13:47:24 -0500 Subject: doc: readme note that can get ninja via pip install ninja [skip ci] A new Meson user may not realize how easy it is to get Ninja via pip install ninja --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 175e7f6a1..073dfa4e3 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,12 @@ pip will download the package automatically). The exact command to type to install with Pip can vary between systems, be sure to use the Python 3 version of Pip. +For builds using Ninja, Ninja can be [downloaded directly](https://github.com/ninja-build/ninja/releases) or via + +```sh +python3 -m pip install ninja +``` + #### Running Meson requires that you have a source directory and a build directory -- cgit v1.2.3