Skip to content

Commit

Permalink
feat: update docs for running python locale scripts on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
yougotwill committed Jan 29, 2025
1 parent 2187955 commit 71b0133
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 71b0133

Please sign in to comment.