Installation¶
Requirements¶
Python 3.6
Installation from the Command Line From Source¶
Go to the Github page.
if there is a source release in the Release tab, download it. If no such release exists, click the Clone or download button.
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.
Mac:
python3 setup.py install
Windows:
py -3 setup.py install
All finished! Packager should now be installed.