From dd94992bda87a502afd60e1ab62a622b13c0fd88 Mon Sep 17 00:00:00 2001 From: Wiktor Zykubek Date: Sun, 9 Jul 2023 01:47:56 +0200 Subject: [PATCH] Update README.md --- README.md | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 626b4cc..77fe1a3 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,31 @@ Qt client for Polish internet radio Open FM. +## GNU/Linux packages +### Arch Linux +Official package is available in AUR as [openfm-qt](https://aur.archlinux.org/packages/openfm-qt). + +Install it using `yay` or other AUR helper. +```bash +$ yay -S openfm-qt +``` + ## Releases To download latest version go to [releases](https://github.com/wzykubek/openfm-qt/releases). +> **_NOTE:_** Releases are currently suspended. You can download working one portable version for Windows or any Linux distro, but not the latest. Currently my main goal is to maintain AUR package and soon `.deb` and `.rpm` packages. -## Install Python package manually -Required `python-poetry-core`. +## Python package +You can manually install app as Python package using `pip`. Go to root project directory and use following command. ```bash $ python -m pip install . ``` +Alternatively use `pipx` to install app in virtual environment. +```bash +$ pipx install . +``` + +> **_NOTE:_** This option won't create desktop entry. + ## Screenshots ![Screenshot Linux](screenshot_linux.png)