Installation¶
From PyPI using plain pip:
Running from source instead¶
Clone this source directory and then, using uv:
Or to install dependencies, using uv:
Or using plain old Python/pip:
git clone https://code.psy-q.ch/psy-q/pushtunes.git
cd pushtunes
python3 -m venv .venv
source .venv/bin/activate
pip install .
Verify Installation¶
Check that Pushtunes is installed correctly:
You should see the help output listing all available commands.