# Installing Drivers - Windows 7

Pytrack and Pysense will work out of the box for Windows 8/10/+, macOS as well as Linux. If using Windows 7, drivers to support the boards will need to be installed.

Please follow the instructions below to install the required drivers.

## Download

Please download the driver software from the link below.

[Pytrack/Pysense/Pyscan/Expansion Board 3 Driver](https://github.com/pycom/pycom-documentation/blob/master/pytrackpysense/installation/pycom.inf)

## Installation

First navigate open the Windows start menu and search/navigate to `Device Manager`. You should see your Pytrack/Pysense in the dropdown under **other devices**.

![](/files/-LKN7xwUUsKoHWPsfiNz)

Right click the device and select `Update Driver Software`.

![](/files/-LKN7xwW7qF08yRdmjYP)

Select the option to **Browse my computer for driver software**.

![](/files/-LKN7xwYFyUbXKV7OXPW)

Next you will need to navigate to where you downloaded the driver to (e.g. **Downloads** Folder).

![](/files/-LKN7xw_5PzH4UP4W0Ry)

Specify the folder in which the drivers are contained. If you haven't extracted the `.zip` file, please do this before selecting the folder.

![](/files/-LKN7xwbM2bncafU-Qi4)

You may receive a warning, suggesting that windows can't verify the publisher of this driver. Click `Install this driver software anyway` as this link points to our official driver.

![](/files/-LKN7xwdFGj5MFccBORR)

If the installation was successful, you should now see a window specifying that the driver was correctly installed.

![](/files/-LKN7xwfK_1ps8GRjsFh)

To confirm that the installation was correct, navigate back to the `Device Manager` and click the dropdown for other devices. The warning label should now be gone and Pytrack/Pysense should be installed.

![](/files/-LKN7xwhlSj1zGcnh6M3)


---

# 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://development-test.pycom.io/pytrack-pysense-pyscan/installation/drivers.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.
