dwc/build
Peter Desmet e14dd43047 Update README for build script 2018-10-15 13:36:55 +02:00
..
README.md Update README for build script 2018-10-15 13:36:55 +02:00
build.py Add examples 2018-10-15 13:24:32 +02:00
requirements.txt Update requirements 2017-12-06 20:29:13 +01:00

README.md

Build script

The build script build.py uses as input:

To create:

  • The quick reference guide as a Markdown file at docs/terms/index.md. The guide is build as Markdown (with a lot of included html) rather than html, so it can incorporated by Jekyll in the Darwin Core website (including a header, footer and table of content).
  • Two simple Darwin Core CSV files in dist/

Run the build script

  1. Install the required libraries (once):

    pip install -r requirements.txt
    
  2. Run the script from the command line:

    python build.py