Skip to content

Commit 6a97c55

Browse files
authored
Merge pull request #158 from kevincar/105-no-module-error-pysetupdi
Update readme for windows instructions
2 parents da66c7d + 8dc7d2b commit 6a97c55

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Build, Lint, and Test
44
on:
55
push:
66
branches:
7-
- '*'
7+
- 'master'
88
pull_request:
99
branches: [ master ]
1010

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ and server programs.
2525
pip install bless
2626
```
2727

28+
⚠️ Note: Windows users must also install the pysetupdi:
29+
30+
```bash
31+
pip install git+https://github.com/gwangyi/pysetupdi
32+
```
33+
2834
# Features
2935

3036
Bless enables reading, writing, and notifying of BLE characteristic values.

0 commit comments

Comments
 (0)