# How to download High Speed Data (Automatic Script)

## Step 1. Install Python 3

{% embed url="<https://www.python.org/downloads>" %}

## Step 2. Install Dependencies

1. From the Command Prompt, run the following two commands separately:

```
pip install pyusb
```

```
pip install libusb
```

## Step 3. Download and install 'openant'

{% file src="/files/vJGLyaZgFchu1U1voJ6M" %}
Download and extract / unzip the folder.
{% endfile %}

1. From the Command Prompt, navigate to the unzipped folder and run the following command:

{% tabs %}
{% tab title="Windows" %}

```
python setup.py install
```

{% endtab %}

{% tab title="macOS" %}

```
sudo python setup.py install
```

{% endtab %}
{% endtabs %}

## Step 4. Download and install 'antfs-cli'

{% file src="/files/rzPr00CCQRrBzdc2XRwH" %}
Download and extract / unzip the folder.
{% endfile %}

1. From the Command Prompt, navigate to the unzipped folder and run the following command:&#x20;

{% tabs %}
{% tab title="Windows" %}

```
python setup.py install
```

{% endtab %}

{% tab title="macOS" %}

```
sudo python setup.py install
```

{% endtab %}
{% endtabs %}

## Step 5. Run 'antfs-cli'

1. Once the previous steps are complete, close and reopen the Command Prompt.
2. Ensure the ANT USB stick is plugged in and run the following command:

```
antfs-cli
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://support.onegiantleap.co.nz/3.0/general/high-speed-data/how-to-download-high-speed-data-automatic-script.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
