mirror of
https://github.com/caronc/apprise.git
synced 2025-03-03 09:31:31 +01:00
Updated Notify_windows (markdown)
parent
be6124241a
commit
be757ab0e6
@ -6,6 +6,12 @@
|
||||
|
||||
Display notifications right inside of your windows application. This only works if you're sending the notification to the same windows system you're currently accessing. Hence this notification can not be sent from one PC to another.
|
||||
|
||||
You may have to install a dependency on your windows system to get this to work. Simply run:
|
||||
```bash
|
||||
# windows:// minimum requirements
|
||||
pip install pypiwin32
|
||||
```
|
||||
|
||||
### Syntax
|
||||
There are currently no options you can specify for this kind of notification, so it's really easy to reference:
|
||||
* **windows**://
|
||||
|
Loading…
Reference in New Issue
Block a user