From 51229b60e4cfd0ffd556381c3db0f9ed679e07b1 Mon Sep 17 00:00:00 2001 From: Kapil Duwadi <62037219+KapilDuwadi@users.noreply.github.com> Date: Tue, 30 Sep 2025 16:25:43 -0500 Subject: [PATCH] Add prototype software validation disclaimer Added a note about validating results for prototype software. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b49b9e7..c7b0ee6 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ Welcome! Follow the steps below to get `grid-reducer` 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.