PimpMyRice

Windows


Installer

  1. Go to the Releases page on GitHub.
  2. Download the latest PimpMyRice-Setup-*.exe file under "Assets".
  3. Run the installer and follow the prompts.

Pipx

PimpMyRice is available on PyPI, so you can install it with pipx:

pipx install pimpmyrice

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:

.\pimp.exe

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:

python3 -m venv venv
.\venv\bin\activate.exe
pip install pimpmyrice
pimp

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 use venv\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:

pip install --user pimpmyrice

Warning: Installing packages system-wide can conflict with system tools or other Python packages.


Try running:

pimp

for a list of available commands, or check the Commands page.


Troubleshooting & Help

On this page