diff --git a/doc/python_api/rst/info_advanced_blender_as_bpy.rst b/doc/python_api/rst/info_advanced_blender_as_bpy.rst index 9d2861ff627..fadf4a7467b 100644 --- a/doc/python_api/rst/info_advanced_blender_as_bpy.rst +++ b/doc/python_api/rst/info_advanced_blender_as_bpy.rst @@ -8,9 +8,12 @@ allowing ``import bpy`` to be added to any Python script, providing access to Bl .. note:: - At time of writing official builds are not available, - using this requires compiling Blender yourself see - `build instructions `__. + Blender as a Python Module isn't provided on Blender's official download page. + + - A pre-compiled ``bpy`` module is + `available via PIP `__. + - Or you may compile this yourself using the + `build instructions `__. Use Cases