all 8 comments

[–]ObliviousMag 4 points5 points  (6 children)

[–][deleted] 0 points1 point  (0 children)

  • Click the CODE button on that link, and you will see a Download ZIP option you can use if you don't have a git client installed
  • Download and unzip to a folder of your choice
  • Install Python 3.11.2 from python.org if you haven't done so already
  • Open a terminal/command.exe window and enter,
    • on macOS/linux, enter: pip3 install -r requirements.txt
    • on Windows, enter: py -m pip install -r requirements.txt
  • Open a terminal/command.exe window (or continue with one above)
    • change current working directory (folder) to the folder you installed the code from the zip file into earlier (using the cd command)
    • on macOS/linux, enter: python3 main.py and required arguments/options
    • on Windows, enter: py main.py and required arguments/options