Skip to content

Commit

Permalink
Merge pull request #43 from yougotwill/feat/no-ref/docs_localisation_…
Browse files Browse the repository at this point in the history
…macos

feat: update docs for running python locale scripts on macos
  • Loading branch information
Bilb authored Jan 29, 2025
2 parents 431af49 + 71b0133 commit 7862301
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ The Python scripts are located in the `tools` directory. To run a script, use th
python3 ./tools/<script>.py
```

If using macOS always run the script with the `--disable-concurrency` flag.

```bash
python3 ./tools/<script>.py --disable-concurrency
```

Most of these scripts can take arguments. To see the arguments for a script, use the following command:

```bash
Expand Down

0 comments on commit 7862301

Please sign in to comment.