From e56e0b7893d2605e348aa3662590917bd979f3c9 Mon Sep 17 00:00:00 2001 From: AnsonSavage Date: Sat, 9 Nov 2024 15:34:42 -0700 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9e286d..28348b1 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ More in-depth information about the features of the add-on are available on the :warning: For versions of blender prior to 3.5, you may encounter the error message `Failed to load Mitsuba package` after installing the dependencies via pip. In order to fix that, you need to run blender with the `--python-use-system-env` flag in order for it to correctly pick up the dependencies. In order to do so, find the path to the blender executable, and in a command prompt run: ``` - --python-use-sytem-env + --python-use-system-env ``` You can refer to the [Installation & Update Guide](https://github.com/mitsuba-renderer/mitsuba-blender/wiki/Installation-&-Update-Guide) on the wiki for more detailed instructions.