Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down