From 8356911bbaabc190b7506fc2a5f2c91cf7334950 Mon Sep 17 00:00:00 2001 From: Ryan Schultz Date: Wed, 6 Mar 2024 11:45:39 -0600 Subject: [PATCH] added python version for Blender 4.1 --- src/blenderbim/docs/devs/installation.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/blenderbim/docs/devs/installation.rst b/src/blenderbim/docs/devs/installation.rst index a4f78147be..a7b47335ab 100644 --- a/src/blenderbim/docs/devs/installation.rst +++ b/src/blenderbim/docs/devs/installation.rst @@ -19,7 +19,8 @@ instructions as the **Stable installation**. You will need to choose which build to download. -- If you are on Blender >=3.1, choose py310 +- If you are on Blender >=4.1, choose py311 +- If you are on Blender >=3.1 and <=4.0, choose py10 - If you are on Blender >=2.93 and <3.1, choose py39 - Choose ``linux``, ``macos``, ``macosm1`` (for Apple M1 devices), or ``win`` depending on your operating system