Installation

Requirements

  • Python 2.7+, Python 3.3+
  • The Interwebs

Python Package Index

Install Tv Renamr with your favourite Python package manager. We recommend pipsi to avoid polluting your global env.

pipsi install tvrenamr

However if you’re more comfortable with pip that will also work:

pip install tvrenamr

Note

You might need to be an administrator to do this.

A nice shiny tvr script is now installed in the relevant directory on your python path.

Note

If you don’t have pip installed you’ll get an error message. Instructions on how to install pip can be found here.

Source: GitHub

git clone https://github.com/ghickman/tvrenamr.git
cd tvrenamr
pip install -e .

Warning

You may probably need to be an administrator to run the python setup.py install line.