Installing#

  1. Ensure your Wii and system meet the requirements in Requirements.

  2. Install letterbomb from PyPI or from Git:

    • Through PyPI

      Important

      This is for CLI and module only.

      python -m pip install -U letterbomb
      
    • Through Git:

      Important

      This is for CLI, module, and the web-service.

      pip install git+https://gitlab.com/whoatemybutter/letterbomb
      
  3. Run this to ensure it is working:

    python -m letterbomb -v
    

    You should get LetterBomb v4.0 back.