Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 528 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 528 Bytes

PacMan

Windows Setup

  • Checkout the code
  • Install python3.8
  • Install pip dependencies from requirements.txt
    • for Windows, run .\setup.ps1 to install pycurl library
  • To build the executable using pyinstaller
pyinstaller --onefile .\PacMan.py .\commands\__init__.py .\commands\add.py .\commands\color.py .\commands\config.py .\commands\create.py .\commands\display.py .\commands\remove.py .\commands\update.py .\commands\upgrade.py
  • After successfull build, find executable in dist folder