From cdb7d2b9bc0d5928ae4f6ba16fe905f603583688 Mon Sep 17 00:00:00 2001 From: Ebrahim Byagowi Date: Sun, 2 Aug 2020 11:26:29 +0430 Subject: [PATCH] [docs] Update README.python.md with meson --- README.python.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.python.md b/README.python.md index d9aaf8987..cf5e5a18a 100644 --- a/README.python.md +++ b/README.python.md @@ -12,7 +12,7 @@ And then run `autogen.sh` (if building from git), and then: ./configure --with-gobject --enable-introspection ``` -Make sure that gobject-introspection is reported enabled then in the `configure` script output. +Make sure that `Introspection` is reported enabled in `meson setup` output. Compile and install.