Download the provided ADC3669 SW
folder onto the PC.
Download and install all of the
required software listed in Section 3.1.
Add Python to the system path.
Search for Environment
Variables in the start menu and click on Edit the system
environment variables.
Click on Environment
Variables…
In the System
Variables pane, scroll down until Path. Click on
Path, then click on Edit…
Click on New, then
paste the path to the python.exe file. Click Enter, then press
OK on all of the windows.
Install python script
requirements.
Open a Command Prompt
window, then type: pip install -r <path to
requirements.txt>
Press Enter. This
automatically installs all required python packages for the scripts. If
there are errors during this step, then make sure the python version is
correct (Python 3.11). Users must pip install using the correct version
of python if there are multiple installations of python on the
machine.