17 lines
206 B
Markdown
17 lines
206 B
Markdown
|
# Install
|
||
|
|
||
|
```bash
|
||
|
poetry install
|
||
|
```
|
||
|
|
||
|
# Run
|
||
|
|
||
|
```bash
|
||
|
poetry run python3 alert_battery_to_maintain_health/__init__.py
|
||
|
```
|
||
|
|
||
|
# Cron
|
||
|
|
||
|
```bash
|
||
|
poetry run python3 alert_battery_to_maintain_health/__init__.py
|
||
|
```
|