From 52dec5816139e626c3d7f854874aa454d038c870 Mon Sep 17 00:00:00 2001 From: Kapil Duwadi <62037219+KapilDuwadi@users.noreply.github.com> Date: Tue, 30 Sep 2025 16:25:02 -0500 Subject: [PATCH] Add prototype disclaimer to README Added a disclaimer about the software being a prototype and the need for independent validation. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index af56ff5..26d616d 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ Welcome! Follow the steps below to get `grid-meta` up and running locally. We recommend using a Python virtual environment for a clean install ๐Ÿ”’๐Ÿ. +This software is being provided as a prototype only. For your intended use, it is your responsibility to independently validate the results in accordance with your applicable software quality assurance program. + ## ๐Ÿงช Step 1: Set Up a Python Environment To avoid dependency conflicts, create and activate a virtual environment.