Skip to content

Installation

To get started with GooeyPie, you’ll need to install it using Python’s package manager, pip. Select your operating system below for specific instructions.

Open your Command Prompt or PowerShell and run the following command:

Terminal window
python -m pip install gooeypie


To upgrade GooeyPie to the latest version, you can use the following command:

Terminal window
python -m pip install --upgrade gooeypie

Note: v0.14.0 (released in April 2026) introduced a complete rewrite of the library, and is not backwards compatible with previous versions. If you have an older version installed, you may want to uninstall it first using pip uninstall gooeypie before installing the new version.