dwc/build/README.md

16 lines
430 B
Markdown
Raw Normal View History

2017-09-30 15:21:02 +00:00
The build folder contains a python script to rebuild the terms index page.
2017-09-30 15:21:02 +00:00
It will use the `vocabulary/term_versions.csv` and the `./config/terms_config.csv` to populate the html-template file (`./config/index.tmpl`)
2017-09-30 15:21:02 +00:00
## Run the build script
Install the required libraries for this script with pip once:
2017-09-30 15:21:02 +00:00
```
pip install -r requirements.txt
```
2017-09-30 15:21:02 +00:00
To run the script, run the build script from command line:
2017-09-30 15:21:02 +00:00
```
python build.py
```