Installation¶
Installation from the Command Line¶
Download the latest source release from the Github release page.
Uncompress the files.
Open a command prompt/terminal and change to the directory you created when you uncompressed the file.
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¶
- Double click on “Hathi Submit Workflow-x.x.x-amd64.msi” file
- Follow the instructions.
Silent Installation from the command prompt¶
- Open a command prompt window.
- 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