Merge pull request #43 from yougotwill/feat/no-ref/docs_localisation_macos

feat: update docs for running python locale scripts on macos
pull/3281/head
Audric Ackermann 4 months ago committed by GitHub
commit 7862301a5b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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

Loading…
Cancel
Save