Skip to content

Windows support

Mike Gerber edited this page May 7, 2024 · 2 revisions

Note: Windows is almost untested, you're basically on your own. But this seems to work as of 2024-04:

  • Install Python from Microsoft store (tested: 3.11 and 3.12)
  • In a PowerShell:
    • Install via pip: pip3.12.exe install dinglehopper
    • Update PATH (temporarily here, the path to add is spit out by pip above): $env:PATH += ";C:\Users\b-mg106\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\Scripts" (There is probably a better way to update PATH here.)
Clone this wiki locally