Windows
Installer
- Go to the Releases page on GitHub.
- Download the latest
PimpMyRice-Setup-*.exe
file under "Assets". - Run the installer and follow the prompts.
Pipx
PimpMyRice is available on PyPI, so you can install it with pipx
:
This installs PimpMyRice in an isolated environment, avoiding interference with your system Python.
Note: This method may introduce slightly slower startup times due to how it wraps execution.
Executable
Download the latest pimp.exe
from the GitHub releases page and run it:
Or move it to a folder in your $PATH
.
Note: Startup time might be slightly slower due to how the binary wraps execution.
Pip (Virtual Environment)
You can also install PimpMyRice using pip
. It’s recommended to do this in a virtual environment to avoid polluting your global Python environment:
This method gives you a fully controlled and self-contained Python environment.
Note: You’ll need to activate the virtual environment each time you use
pimp
, or usevenv\bin\pimp.exe
directly.
Pip (System-wide)
You can install it system-wide with pip
, though this is not recommended unless you understand the implications for system Python:
Warning: Installing packages system-wide can conflict with system tools or other Python packages.
Try running:
for a list of available commands, or check the Commands page.
Troubleshooting & Help
- If you run into issues, join the Discord or check the GitHub Issues.
- For details on how the Windows installer is built, see the release workflow.