diff options
| author | tassaron | 2026-01-14 14:00:24 -0500 |
|---|---|---|
| committer | tassaron | 2026-01-14 14:00:24 -0500 |
| commit | 79f888cfb07723930c4c64bb10ffe068ab60971a (patch) | |
| tree | 23283b3cb72d3e68fefc2c6d081d73359e710487 /README.md | |
| parent | 025db7a468f14405fb8d7ea6ab38f73b54a54feb (diff) | |
change Python >=3.13 to >=3.12
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -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 |
