Installation

Stable release

To install tagrenamer, run this command in your terminal:

$ pip3 install tagrenamer

When you want to install it in your user account, run:

$ pip3 install --user tagrenamer

This is the preferred method to install tagrenamer, as it will always install the most recent stable release.

If you don’t have pip installed, this Python installation guide can guide you through the process.