From 7c165aaee09367b4df2b618eb95363f171f916ad Mon Sep 17 00:00:00 2001 From: vladislav doster Date: Mon, 23 Dec 2024 13:56:35 -0600 Subject: [PATCH] docs: fix grammar & punctuation in Installation.md --- docs/Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Installation.md b/docs/Installation.md index 58abd3b1..8687b8a1 100644 --- a/docs/Installation.md +++ b/docs/Installation.md @@ -108,7 +108,7 @@ INFINIGEN_INSTALL_CUSTOMGT=True bash scripts/install/interactive_blender.sh Once complete, you can use the helper script `python -m infinigen.launch_blender` to launch a blender UI, which will find and execute the `blender` executable in your `infinigen/blender` or `infinigen/Blender.app` folder. -:warning: If you installed Infinigen as a Blender-Python scriptand encounter encounter example commands of the form `python -m ` in our documentation, you should instead run `python -m infinigen.launch_blender -m -- ` to launch them using your standalone blender installation rather than the system python.. +:warning: If you installed Infinigen as a Blender-Python script and encounter example commands of the form `python -m ` in our documentation, you should instead run `python -m infinigen.launch_blender -m -- ` to launch them using your standalone blender installation rather than the system python. ## Using Infinigen in a Docker Container