mirror of
https://github.com/caronc/apprise.git
synced 2025-06-26 20:51:22 +02:00
dev documentation reflects environment setup
This commit is contained in:
parent
397ad4de0f
commit
f7cbbcf310
@ -1,6 +1,13 @@
|
|||||||
# Apprise Development Tools
|
# Apprise Development Tools
|
||||||
|
|
||||||
This directory just contains some tools that are useful when developing with Apprise. The tools are as follows:
|
This directory just contains some tools that are useful when developing with Apprise. It is presumed that you've set yourself up with a working development environment before using the tools identified here:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# Using pip, setup a working development environment:
|
||||||
|
pip install -r dev-requirements.txt
|
||||||
|
```
|
||||||
|
|
||||||
|
The tools are as follows:
|
||||||
|
|
||||||
- :gear: `apprise`: This effectively acts as the `apprise` tool would once Apprise has been installed into your environment. However `apprise` uses the branch you're working in. So if you added a new Notification service, you can test with it as you would easily. `apprise` takes all the same parameters as the `apprise` tool does.
|
- :gear: `apprise`: This effectively acts as the `apprise` tool would once Apprise has been installed into your environment. However `apprise` uses the branch you're working in. So if you added a new Notification service, you can test with it as you would easily. `apprise` takes all the same parameters as the `apprise` tool does.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user