Installation

Requirements

This script requires:

  • Python 3+

To find these programs, visit Dependencies.

Installation from the Command Line

  1. Download the latest source release from the Github release page.

  2. Uncompress the files.

  3. Open a command prompt/terminal and change to the directory you created when you uncompressed the file.

  4. Type the following command based on your operating system.

    OS Command
    Mac or Linux python3 setup.py install
    Windows: py -3 setup.py install

All finished! The package should now be installed on your system