Preparing for Integration

This section covers how to prepare your local environment with the basic tools you need for developing your own project with the Genvid MILE SDK.

Important

Windows PowerShell has parsing rules that can cause issues when using the Genvid Toolbox and Genvid MILE SDK Python scripts. Specifically, it interprets backslashes followed by quotation marks (/")in a way that can cause errors in commands that include a directory path.

To avoid this issue, either delete the final backslash or end the string with two backslashes (//"). This allows PowerShell to parse the string correctly.

For more information, see the documentation on the PowerShell *CommandLineToArgvW* function.