openfm-qt/README.md

33 lines
991 B
Markdown
Raw Normal View History

2023-06-15 16:32:25 +02:00
# openfm-qt
Qt client for Polish internet radio Open FM.
2023-07-09 01:47:56 +02:00
## 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
```
2023-06-15 16:32:25 +02:00
## Releases
To download latest version go to [releases](https://github.com/wzykubek/openfm-qt/releases).
2023-07-09 01:47:56 +02:00
> **_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.
2023-06-15 16:32:25 +02:00
2023-07-09 01:47:56 +02:00
## Python package
You can manually install app as Python package using `pip`. Go to root project directory and use following command.
2023-07-08 20:27:36 +02:00
```bash
$ python -m pip install .
2023-06-15 16:32:25 +02:00
```
2023-07-09 01:47:56 +02:00
Alternatively use `pipx` to install app in virtual environment.
```bash
$ pipx install .
```
> **_NOTE:_** This option won't create desktop entry.
2023-06-15 16:32:25 +02:00
## Screenshots
![Screenshot Linux](screenshot_linux.png)