# 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="<https://3210906295-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LAFl-quJvXSIV-V8Y2Z-782413134%2Fuploads%2FEjzVRKp4y3He51v5u3cd%2Fopenant.zip?alt=media&token=4cb531df-a131-4fa7-99d1-2ab4b63eb148>" %}
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="<https://3210906295-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LAFl-quJvXSIV-V8Y2Z-782413134%2Fuploads%2FYLFNGXYuyIuTjTlZUpsk%2Fantfs-cli.zip?alt=media&token=44a272f4-1a98-4426-86af-bff5d8661079>" %}
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
```
