Skip to content

Installation

From PyPI using plain pip:

python3 -m venv .venv
source .venv/bin/activate
pip install pushtunes

Running from source instead

Clone this source directory and then, using uv:

git clone https://code.psy-q.ch/psy-q/pushtunes.git
cd pushtunes

uv run pushtunes

Or to install dependencies, using uv:

uv sync

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:

pushtunes --help

You should see the help output listing all available commands.