Skip to content

Commit e5519ad

Browse files
committed
docs: add Python prereq to README
Closes #39
1 parent 5438f54 commit e5519ad

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@ This native Node.js module allows you to manage an app's access to:
2424

2525
If you need to ask for permissions, your app must be allowed to ask for permission :
2626

27-
* for a Nodejs script/app, you can use a terminal app such as [iTerm2](https://iterm2.com/) (it won't work on macOS Terminal.app)
28-
* for an Electron app (or equivalent), you'll have to update `Info.plist` to include a usage description key like `NSMicrophoneUsageDescription` for microphone permission.
27+
* For a Nodejs script/app, you can use a terminal app such as [iTerm2](https://iterm2.com/) (it won't work on macOS Terminal.app)
28+
* For an Electron app (or equivalent), you'll have to update `Info.plist` to include a usage description key like `NSMicrophoneUsageDescription` for microphone permission.
29+
30+
If you're using macOS 12.3 or newer, you'll need to ensure you have Python installed on your system, as macOS does not bundle it anymore.
2931

3032
## API
3133

0 commit comments

Comments
 (0)