Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 514 Bytes

CONTRIBUTING.md

File metadata and controls

28 lines (16 loc) · 514 Bytes

Prerequisites

Get the code

git clone https://github.com/dlech/bleak-winrt
cd bleak-winrt

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