mirror of
https://github.com/ISEAL-Community/iseal-core.git
synced 2024-11-04 14:23:03 +01:00
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:
parent
6216144070
commit
0ee5f5218b
@ -27,8 +27,8 @@ $ pip install -r requirements.txt
|
|||||||
Then run the utility scripts to parse the schemas:
|
Then run the utility scripts to parse the schemas:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ ./util/generate-hugo-content.py -i ./data/iseal-core.csv --clean -d
|
$ python ./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/fsc.csv -d
|
||||||
```
|
```
|
||||||
|
|
||||||
### Node.js Setup
|
### Node.js Setup
|
||||||
|
Loading…
Reference in New Issue
Block a user