This README provides instructions to build a project using PyBind11.
- CMake: Install CMake on your system - https://cmake.org/download/
- PyBind11: Install PyBind11 using pip.
pip install pybind11
- Visual Studio: Install Visual Studio with the C++ development tools.
- Download Visual Studio from https://visualstudio.microsoft.com/
- During installation, select the "Desktop development with C++" workload.
-
Go to pybind folder and run
build.bat:build.bat
-
The built
ddbc_bindings.pydfile will be moved to themssql_pythondirectory.