-
Notifications
You must be signed in to change notification settings - Fork 14
Windows support
Mike Gerber edited this page Jul 19, 2024
·
3 revisions
Note: We recommend using a Linux system, e.g. WSL or a VM.
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 updatePATH
here.)
- Install via pip: