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

MSI Installation

Interactive Installation Wizard

  1. Double click on “Hathi Submit Workflow-x.x.x-amd64.msi” file
  2. Follow the instructions.

Silent Installation from the command prompt

  1. Open a command prompt window.
  2. Install the msi with the msiexec command and the /i and /q flags. For example, msiexec /i "Hathi Submit Workflow-x.x.x-amd64.msi" /q