From cac483bf1563381a6081b06592a96f7055427e10 Mon Sep 17 00:00:00 2001 From: Ebrahim Byagowi Date: Mon, 3 Aug 2020 18:41:49 +0430 Subject: [PATCH] [docs] Update README.python.md with meson --- README.python.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.python.md b/README.python.md index cf5e5a18a..7496f045e 100644 --- a/README.python.md +++ b/README.python.md @@ -6,13 +6,8 @@ you can install that this way: sudo apt-get install libgirepository1.0-dev ``` -And then run `autogen.sh` (if building from git), and then: - -```bash -./configure --with-gobject --enable-introspection -``` - -Make sure that `Introspection` is reported enabled in `meson setup` output. +And then run `meson setup` and make sure that `Introspection` is reported +enabled in output. Compile and install.