From d3f76484f54792389b5c25c71dfa07e259fc0a6b Mon Sep 17 00:00:00 2001 From: tassaron Date: Thu, 15 Jan 2026 10:43:59 -0500 Subject: explain pipx install, explain PATH variable --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 11b1b2c..2b61cf7 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,8 @@ The program works on **Linux**, **macOS**, and **Windows**. If you encounter pro - 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` +- Download and install this program: `pipx install git+https://github.com/djfun/audio-visualizer-python` + - Or you can [download manually](https://github.com/djfun/audio-visualizer-python/releases/latest) and run `pipx install .` in this directory - Run this program with `avp` or `python -m avp` from terminal ### Using a Python virtual environment @@ -52,6 +53,7 @@ The program works on **Linux**, **macOS**, and **Windows**. If you encounter pro - Install Python from the Windows Store - Add Python to your system PATH (it should ask during the installation process) + - [PATH]() is where your computer looks for programs - Download this repo (extract from zip if needed) - Download and install [FFmpeg](https://www.ffmpeg.org/download.html). Use the GPL-licensed static builds. - Add FFmpeg to the system PATH as well (program will then work anywhere) -- cgit v1.2.3