From 79f888cfb07723930c4c64bb10ffe068ab60971a Mon Sep 17 00:00:00 2001 From: tassaron Date: Wed, 14 Jan 2026 14:00:24 -0500 Subject: change Python >=3.13 to >=3.12 --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 2d75688..11b1b2c 100644 --- a/README.md +++ b/README.md @@ -25,13 +25,16 @@ The program works on **Linux**, **macOS**, and **Windows**. If you encounter pro - Install FFmpeg: - On Ubuntu: `sudo apt install ffmpeg` - On Arch: `sudo pacman -S ffmpeg` +- If using X11 (Ubuntu 24.04 default): + - `sudo apt install libxcb-cursor0` ### Using pipx - **This is a good method if you just want to use the program** - Install `pipx` tool if you don't have it: - - On Ubuntu: `sudo apt install python-pipx` + - On Ubuntu: `sudo apt install pipx` - On Arch: `sudo pacman -S python-pipx` +- Run `pipx ensurepath` then close and reopen the terminal - Install this program: `pipx install git+https://github.com/djfun/audio-visualizer-python` - Run this program with `avp` or `python -m avp` from terminal @@ -96,9 +99,9 @@ Projects can be created with the GUI then loaded from the commandline for easy a ### Dependencies -- Python 3.13 -- FFmpeg 4.4.1 - 8.0.1 -- PyQt6 v6.10.2 (Qt v6.10.1) +- Python 3.12 or higher +- FFmpeg 4.4.1 or higher +- PyQt6 6.10.2 - Pillow 12.1.0 - NumPy 2.4.1 -- cgit v1.2.3