From 5adfbc9e324701ef15ab63667ddbde5d48ccdb81 Mon Sep 17 00:00:00 2001 From: Quentin Quadrat Date: Thu, 25 Jan 2024 23:22:31 +0100 Subject: [PATCH] Doc: add explicity python3 build.py since Windows users will do ./build.py --- README.md | 2 +- addons/gdcef/README.md | 2 +- addons/gdcef/doc/installation.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c2c873b..92afd2e 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ To compile this project with the Python3 build script for Linux and Windows: ``` cd addons/gdcef python3 -m pip install -r requirements.txt -./build.py +python3 build.py ``` This will generate artifacts in the `build/` folder. Use this folder for your Godot diff --git a/addons/gdcef/README.md b/addons/gdcef/README.md index fd09463..befbd04 100644 --- a/addons/gdcef/README.md +++ b/addons/gdcef/README.md @@ -16,7 +16,7 @@ For busy people, here are the direct steps: ``` cd addons/gdcef python3 -m pip install -r requirements.txt -./build.py +python3 build.py ``` If successful, a `build` folder at the root of the project shall have been created. diff --git a/addons/gdcef/doc/installation.md b/addons/gdcef/doc/installation.md index a4f58a4..eb4f11c 100644 --- a/addons/gdcef/doc/installation.md +++ b/addons/gdcef/doc/installation.md @@ -88,7 +88,7 @@ Godot 4.2. ``` cd addons/gdcef -./build.py +python3 build.py ``` Please be patient! The script needs some time for completing its job since it