This tutorial shows how to configure the Visual Studio 2019 project to run the LEADTOOLS Cloud Services in Python.
Overview | |
---|---|
Summary | This tutorial covers how to properly set up a 2019 Visual Studio project to run LEADTOOLS Cloud Services in Python. |
Completion Time | 5 minutes |
Platform | Python |
IDE | Visual Studio 2019 |
Runtime License | Download LEADTOOLS |
If you have not used Python with Visual Studio before, be sure to review the resource below to allow for Python development in Visual Studio.
Create a new Visual Studio project by following the steps below:
requests
package to your Visual Project. For details on how to add packages, see Install packages in Python Environment.To add example Python code to your project, refer to the LEADTOOLS tutorials - Python.
Run the project by pressing Ctrl + F5, or by selecting Debug -> Start Without Debugging.
In this tutorial, we covered the basic configuration steps to run a LEADTOOLS Python tutorial. For additional details on specific LEADTOOLS Cloud Services Web API calls, refer to the LEADTOOLS Cloud Services home page.