A short guide for formatting any model to PReSto.

First Step

If your model has a config file, create a copy of it in JSON. JSON is formatted like so:

"string key": "string value",
"string key 2": ["array", "value"],
"string key 3": 3,
"string key 4": [1, 2, 3, 4]

Miscellaneous

  • Can use relative filepath for set_output_files()