mirror of
https://codeberg.org/privacy1st/de-p1st-monitor
synced 2024-11-23 19:49:32 +01:00
update README
This commit is contained in:
parent
f7a69b6121
commit
f38e918566
22
README.md
22
README.md
@ -32,7 +32,13 @@ See [yodaTux.ini](src/de/p1st/monitor/data/yodaTux.ini) for a configuration file
|
|||||||
|
|
||||||
## Installation
|
## 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
|
```shell
|
||||||
sudo apt-get install python3-pip
|
sudo apt-get install python3-pip
|
||||||
@ -51,18 +57,8 @@ sudo python3 -m pip install psutil --upgrade
|
|||||||
```
|
```
|
||||||
|
|
||||||
Install:
|
Install:
|
||||||
|
- Arch Linux: `make install-pkgbuild`
|
||||||
- On Arch Linux
|
- pip: `make install-pip`
|
||||||
|
|
||||||
```shell
|
|
||||||
make
|
|
||||||
```
|
|
||||||
|
|
||||||
- On Ubuntu
|
|
||||||
|
|
||||||
```shell
|
|
||||||
make install-pip
|
|
||||||
```
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user