README-dev.md: adjust Python steps

On Linux and macOS we can run these scripts directly because they
have executable permissions and the shebang line points to a sane
Python, but on Windows only God can help us. Better to write the
slightly lamer invocation here with Python directly (even though
the slash style will be different)...
This commit is contained in:
Alan Orth 2022-01-30 20:06:05 +03:00
parent 6216144070
commit 0ee5f5218b
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -27,8 +27,8 @@ $ pip install -r requirements.txt
Then run the utility scripts to parse the schemas:
```console
$ ./util/generate-hugo-content.py -i ./data/iseal-core.csv --clean -d
$ ./util/generate-hugo-content.py -i data/fsc.csv -d
$ python ./util/generate-hugo-content.py -i ./data/iseal-core.csv --clean -d
$ python ./util/generate-hugo-content.py -i data/fsc.csv -d
```
### Node.js Setup