From a243cdd6c607d404ea16af6041f6a1880b17cea9 Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Tue, 12 Apr 2022 18:09:45 +1000 Subject: [PATCH] Minor fix --- src/blenderbim/docs/blenderbim/installation.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/blenderbim/docs/blenderbim/installation.rst b/src/blenderbim/docs/blenderbim/installation.rst index 0c225e7f25..f29995b9c0 100644 --- a/src/blenderbim/docs/blenderbim/installation.rst +++ b/src/blenderbim/docs/blenderbim/installation.rst @@ -35,8 +35,9 @@ follow the same instructions as a packaged installation. You will need to choose which daily build to download. +- If you are on Blender >=3.1, choose py310 +- If you are on Blender >=2.93 and <3.1, choose py39 - If you are on Blender <2.93, choose py37 -- If you are on Blender >=2.93, choose py39 - Choose linux, macos, or win depending on your operating system Daily builds are not always stable. Sometimes, a build may be delayed, or @@ -147,7 +148,7 @@ choose between a ``PYVERSION`` of ``py39``, ``py37``, or ``py310``. :: $ cd src/blenderbim - $ make dist PLATFORM=linux PYVERSION=py39 + $ make dist PLATFORM=linux PYVERSION=py310 $ ls dist/ This will give you a fully packaged Blender add-on zip that you can distribute