Skip to content

Installation & Related

Alejandro Autalán edited this page Jun 20, 2023 · 2 revisions

Installation with pip

At the command-line, terminal or shell, run the following command.

pip install pygubu-designer

Upgrade

From time to time, we release a new version with bug fixes and new features. Run the following command to upgrade.

pip install pygubu-designer -U

Removal

Run the following, should you ever want to remove the program.

pip uninstall pygubu-designer

What is pip, you say?

Pip is the package installer for Python.

Installation with pipx

If you are using debian 12 or above, pip can't be used without a virtual environment. As an alternative you can use pipx.

sudo apt install pipx

Install

pipx install pygubu-designer

Upgrade

pipx upgrade pygubu-designer

Removal

pipx uninstall pygubu-designer

Clone this wiki locally