From f38e9185661f887a3337e5e6749f0e168784f86e Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Thu, 5 Oct 2023 19:58:55 +0200 Subject: [PATCH] update README --- README.md | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 635bdca..dca756b 100644 --- a/README.md +++ b/README.md @@ -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