diff options
Diffstat (limited to 'docs/contribution-quickstart-guide.md')
-rw-r--r-- | docs/contribution-quickstart-guide.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/contribution-quickstart-guide.md b/docs/contribution-quickstart-guide.md index e5f780d..7d6a44f 100644 --- a/docs/contribution-quickstart-guide.md +++ b/docs/contribution-quickstart-guide.md @@ -29,12 +29,12 @@ ## 3. Scons -- Open Windows Powershell and run the command `pip install scons` +- Open Windows Powershell and run the command `pip install scons==4.7.0` ![](images/installation/scons-install.png) ## 4. [Godot](https://github.com/godotengine/godot/releases/latest) -- Download Godot 4. The current version for the project will be on the [main README](../README.md) page. +- Download Godot 4.2.2 The current version for the project will be on the [main README](../README.md) page. ![](images/installation/godot-dl-page.png) |