Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.03 KB

CREATE_INSTALLER.MD

File metadata and controls

18 lines (13 loc) · 1.03 KB

Create installer

To create a standalone installer of this package, we are using PyInstaller.

Steps to create installer

  • Install pyinstaller pip install pyinstaller
  • Run command pyinstaller ghpr.py --hidden-import=_cffi_backend. This command will create a dist/ghpr folder that contains the installer/executable file.
  • Add dist/ghpr folder to PATH variable
  • Run ghpr command from terminal

How to use installer

For more information please check this https://github.com/vinaymavi/github-pr-data Github project