update README

This commit is contained in:
Daniel Langbein 2023-10-05 19:58:55 +02:00
parent f7a69b6121
commit f38e918566
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

@ -32,7 +32,13 @@ See [yodaTux.ini](src/de/p1st/monitor/data/yodaTux.ini) for a configuration file
## Installation
Install dependencies on Ubuntu
The package is available on [PyPI](https://pypi.org/project/de.p1st.monitor).
There are two system dependencies which are required for some config options: `smartmontools` and `digitemp`.
## Installation with cron entry
Install dependencies on Ubuntu:
```shell
sudo apt-get install python3-pip
@ -51,18 +57,8 @@ sudo python3 -m pip install psutil --upgrade
```
Install:
- On Arch Linux
```shell
make
```
- On Ubuntu
```shell
make install-pip
```
- Arch Linux: `make install-pkgbuild`
- pip: `make install-pip`
## Usage