Skip to content

Commit

Permalink
Doc: add explicity python3 build.py since Windows users will do ./bui…
Browse files Browse the repository at this point in the history
…ld.py #39
  • Loading branch information
Lecrapouille committed Jan 25, 2024
1 parent 728021a commit ae69fea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion addons/gdcef/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion addons/gdcef/doc/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ae69fea

Please sign in to comment.