Skip to content

Installation

Girish Oemrawsingh edited this page Sep 15, 2016 · 2 revisions

Installation

Linux

Method 1:

This is probably the easiest (and fastest) method of them all. In this method you will be installing the python-batch-renamer-cli package with a PPA hosted on launchpad.net (https://launchpad.net/~darko3/+archive/ubuntu/batch-renamer).

Step 1: Add the repository to you /etc/apt/sources.list file

sudo add-apt-repository ppa:darko3/batch-renamer

Step 2: Update your sources

sudo apt-get update

Step 3: Install the software

sudo apt-get install python-batch-renamer-cli

Once the above command has finished you can run it via the command line with the command batch-renamer-cli.


Windows


Clone this wiki locally