diff --git a/docs/badge/programming.rst b/docs/badge/programming.rst
index e31ce477494a6461df05b4f4dbb2005f71ee7754..20669a7fad2cfd0afa65ef216d703f5befacc543 100644
--- a/docs/badge/programming.rst
+++ b/docs/badge/programming.rst
@@ -634,11 +634,11 @@ environment with the required packages:
     $ venv/bin/pip install pygame wasmer wasmer-compiler-cranelift
 
 .. note::
-    The wasmer python module `doesn't work with Python versions 3.10 or 3.11
-    <https://github.com/wasmerio/wasmer-python/issues/539>`_, use Python 3.9
-    instead. You will get
+    The wasmer python module from pip `doesn't work with Python versions 3.10 or 3.11
+    <https://github.com/wasmerio/wasmer-python/issues/539>`_. You will get
     ``ImportError: Wasmer is not available on this system`` when trying to run
-    the Simulator.
+    the Simulator. Either use Python 3.9 or install `unofficial builds for 3.11
+    <https://flow3r.garden/tmp/wasmer-py311/>`_.
 
 *TODO: set up a pyproject/poetry/... file?*