From 81739ff4e4d2784ad24ee064f701d8cbf9be5cc4 Mon Sep 17 00:00:00 2001 From: Kristopher Kubicki <478212+KristopherKubicki@users.noreply.github.com> Date: Wed, 4 Jun 2025 12:23:18 -0500 Subject: [PATCH] docs: remove requirements.txt reference --- docs/getting-started.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 63df180..a8ec9ec 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -35,13 +35,7 @@ python --version If Python is not installed, you can download it from [Python's official website](https://www.python.org/downloads/). -Next, install the required Python packages: - -```bash -pip install -r requirements.txt -``` - -This command installs dependencies that are required for running the DAR conversion and parsing scripts. +The sample tools included with DAR-Schema only rely on Python's standard library, so no additional packages are required at this time. ## Setting Up Your Environment