> For the complete documentation index, see [llms.txt](https://support.onegiantleap.co.nz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.onegiantleap.co.nz/3.0/general/high-speed-data/how-to-download-high-speed-data-automatic-script.md).

# 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
```
