From 50c7f1294ad33f1080740ff0858999f60b092175 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 27 Oct 2022 00:04:27 +0200 Subject: [PATCH] doc: there already *is* a stable version. It's just half a century old. --- doc/python/pages/building.rst | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/doc/python/pages/building.rst b/doc/python/pages/building.rst index 4128657..306619c 100644 --- a/doc/python/pages/building.rst +++ b/doc/python/pages/building.rst @@ -77,9 +77,15 @@ Once built, install the package using ``pacman``: macOS `Homebrew `_ formulas building the latest Git revision are in the ``package/homebrew`` directory. Either use the ``*.rb`` files -directly or use the tap at https://github.com/mosra/homebrew-magnum. Right now, -there's no stable release of Python bindings yet, so you need to install the -latest Git revision of all Magnum projects instead: +directly or use the tap at https://github.com/mosra/homebrew-magnum. This will +install the latest stable version of Magnum Bindings with all its dependencies: + +.. code:: sh + + brew install mosra/magnum/magnum-bindings + +But often you may want to install the latest Git revision of all Magnum +projects instead: .. code:: sh