@@ -12,15 +12,15 @@ This tool was initially developed with RD1212 v2.48.
1212[ ![ Screnshot 1] ( images/thumbs/read.png?raw=true )] ( images/read.png?raw=true )
1313[ ![ Screnshot 2] ( images/thumbs/compare.png?raw=true )] ( images/compare.png?raw=true )
1414
15- * Read ` src/radexreader.py ` for examples.
15+ * Read ` src/radexreader-cli .py ` for examples.
1616* Run the command ` radexreader ` available with DEB/RPM packages.
17- * Run the command ` .../radexreader.py ` available with PYPI package.
17+ * Run the command ` .../radexreader-cli .py ` available with PYPI package.
1818
1919## Installation
2020
2121It require * libusb* , * pyusb* and * pyserial* .
2222
23- #### Installation for Debian, Ubuntu, Trisquel, Linux Mint, MX Linux
23+ #### Installation for Debian, Devuan, Ubuntu, Trisquel, Linux Mint, MX Linux
2424
2525* ` sudo apt install python3-radexreader radexreader `
2626
@@ -46,11 +46,13 @@ It require *libusb*, *pyusb* and *pyserial*.
4646
4747* ` sudo docker run --rm --user root -it --privileged -v /dev:/dev python:3.x-alpine /bin/sh ` then: ` apk update ; apk add libusb ; python3 -m pip install radexreader `
4848
49- #### Alternative installation for Debian, Ubuntu, Trisquel, Linux Mint, MX Linux
49+ #### Alternative installation for Debian, Devuan, Ubuntu, Trisquel, Linux Mint, MX Linux
5050
5151``` bash
5252# PPA: https://launchpad.net/~luigifab/+archive/ubuntu/packages
5353# with Debian 12+ you can use mantic+ instead of focal (https://unix.stackexchange.com/a/669008/364800)
54+ # for Debian you can use bionic for buster, focal for bullseye, noble for bookworm and trixie
55+ # for Devuan you can use bionic for beowulf, focal for chimaera, noble for daedalus
5456# for Trisquel you can use focal for nabia, jammy for aramo
5557# for Linux Mint you can use focal for 20.x and 5, jammy for 21.x, noble for 22.x and 6
5658# for MX Linux you can use focal for 19.x and 21.x, noble for 23.x
@@ -68,6 +70,11 @@ sudo wget -O /etc/apt/trusted.gpg.d/luigifab.gpg https://www.luigifab.fr/apt.gpg
6870echo " deb http://ppa.launchpad.net/luigifab/packages/ubuntu focal main" | sudo tee -a /etc/apt/sources.list
6971sudo apt update
7072sudo apt install python3-radexreader radexreader
73+ # or
74+ wget -qO - https://www.luigifab.fr/apt.gpg | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/luigifab.gpg
75+ echo " deb http://ppa.launchpad.net/luigifab/packages/ubuntu focal main" | sudo tee -a /etc/apt/sources.list
76+ sudo apt update
77+ sudo apt install python3-radexreader radexreader
7178
7279# sha256sum /etc/apt/trusted.gpg.d/luigifab.gpg
7380578c89a677048e38007462d543686b53587efba9f93814601169253c45ff9213
@@ -79,8 +86,8 @@ pub rsa4096 2020-10-31 [SC]
7986
8087## Copyright
8188
82- - Current version: 1.2.4 (02/02/2024 )
83- - Compatibility: Python 3.3 / 3.4 / 3.5 / 3.6 / 3.7 / 3.8 / 3.9 / 3.10 / 3.11 / 3.12
89+ - Current version: 1.2.5 (03/03/2025 )
90+ - Compatibility: Python 3.3 / 3.4 / 3.5 / 3.6 / 3.7 / 3.8 / 3.9 / 3.10 / 3.11 / 3.12 / 3.13 / 3.14
8491- Links: [ luigifab.fr] ( https://www.luigifab.fr/python/radexreader ) - [ github.com] ( https://github.com/luigifab/python-radexreader ) - [ PyPI] ( https://pypi.org/project/radexreader/ ) \
8592[ Arch Linux python-radexreader.zst] ( https://aur.archlinux.org/packages/python-radexreader ) \
8693[ Debian python-radexreader.deb, radexreader.deb] ( https://packages.debian.org/python3-radexreader )
@@ -96,4 +103,4 @@ If you like, take some of your time to improve some translations, go to https://
96103
97104## Packages in official distros repositories
98105
99- [ ![ Packages status] ( https://repology.org/badge/vertical-allrepos/python: radexreader.svg?header=radexreader&exclude_unsupported=1 )] ( https://repology.org/project/python: radexreader/versions )
106+ [ ![ Packages status] ( https://repology.org/badge/vertical-allrepos/radexreader.svg?header=radexreader )] ( https://repology.org/project/radexreader/versions )
0 commit comments