Installation

Software Requirements and Compatibility

  • Mac OS X with Python 2.7 or 3.x
  • Tested on Windows Subsystem for Linux (Bash on Ubuntu on Windows) with Python 2.7. So it should theoretically work

on Ubuntu 14.04.5 LTS too.

Installation from the Command Line From Source

Type the following command based on your operating system.

Mac OSX

Python 2.7:

python setup.py install

Python 3+:

python3 setup.py install

Windows

Python 2.7:

py setup.py install

Python 3+:

py -3 setup.py install

All finished! The script should now be installed on your system.