2017-09-30 15:21:02 +00:00
|
|
|
The build folder contains a python script to rebuild the terms index page.
|
2015-01-12 23:35:17 +00:00
|
|
|
|
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`)
|
2015-01-14 17:24:08 +00:00
|
|
|
|
2017-09-30 15:21:02 +00:00
|
|
|
## Run the build script
|
|
|
|
Install the required libraries for this script with pip once:
|
2015-01-14 17:24:08 +00:00
|
|
|
|
2017-09-30 15:21:02 +00:00
|
|
|
```
|
|
|
|
pip install -r requirements.txt
|
|
|
|
```
|
2015-01-14 17:24:08 +00:00
|
|
|
|
2017-09-30 15:21:02 +00:00
|
|
|
To run the script, run the build script from command line:
|
2015-01-14 17:24:08 +00:00
|
|
|
|
2017-09-30 15:21:02 +00:00
|
|
|
```
|
|
|
|
python build.py
|
|
|
|
```
|