Installation

Requirements

  • Python 3.6

Installation from the Command Line From Source

  1. Go to the Github page.

  2. if there is a source release in the Release tab, download it. If no such release exists, click the Clone or download button.

  3. Uncompress the files.

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

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

    • Mac:

      python3 setup.py install
      
    • Windows:

      py -3 setup.py install
      

All finished! Packager should now be installed.