From 5527627ac82cee1ea52e844da678832416196657 Mon Sep 17 00:00:00 2001 From: rahulgs12 Date: Thu, 4 May 2023 14:10:31 -0400 Subject: [PATCH] update readme --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 2771fdf..b02a0fc 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,20 @@ print(generated_data) pip install jsonformer ``` +## Development + + + +[Poetry](https://python-poetry.org/docs/#installation) is used for dependency management. + +```bash +poetry install +``` + +```bash +poetry run python -m jsonllm.example +``` + ## License Jsonformer is released under the MIT License. You are free to use, modify, and distribute this software for any purpose, commercial or non-commercial, as long as the original copyright and license notice are included.