diff options
| author | Yuval Adam <_@yuv.al> | 2021-05-15 18:00:26 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2021-05-15 18:00:26 +0300 |
| commit | f460b8893d263aabcfc5018d72225e860cf9a811 (patch) | |
| tree | f0b2a200f664b020c68db2e557c9578ca81e3931 | |
| parent | 74139a918e0867f5be785b953a2fb838809563bb (diff) | |
Update README usage and bump to v1.0.4v1.0.4
| -rw-r--r-- | README.md | 25 | ||||
| -rw-r--r-- | setup.py | 2 |
2 files changed, 24 insertions, 3 deletions
@@ -12,13 +12,34 @@ This tool is based on an unofficial API, and cannot be guaranteed to show correc Further fine-print covering the terms of use of this tool can be found in the [GPLv3 license](LICENSE) file. -## Usage +## Install + +### Pip + +The easiest way to install is from PyPI with `pip`: + +```bash +$ pip install alarmpy +``` + +You can then run the `alarmpy` executable directly: ```bash -$ pipenv sync +$ alarmpy --help +``` + +### Pipenv + +For development usage it's recommended to clone the git repo and use `pipenv`: + +```bash +$ git clone https://github.com/yuvadm/alarmpy +$ pipenv sync -d $ pipenv run alarmpy ``` +## Usage + Advanced flags can be set as described in the usage: ```bash @@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as fh: setuptools.setup( name="alarmpy", - version="1.0.3", + version="1.0.4", author="Yuval Adam", author_email="_@yuv.al", description="Pikud Ha'oref Alarm Tracking", |
