Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 520 Bytes

CONTRIBUTING.md

File metadata and controls

28 lines (16 loc) · 520 Bytes

Prerequisites

Get the code

git clone https://github.com/pywinrt/python-winsdk
cd python-winsdk

Create a debug build

Note: this requires that python_d.exe is installed.

./build.ps1

Build the package

py -m pip install build
py -m build

Update the generated files

Note: the cppwint and pywinrt directories are generated and should not be manually edited.

./generate.ps1