-
-
Notifications
You must be signed in to change notification settings - Fork 101
Installation & Related
Alejandro Autalán edited this page Jun 20, 2023
·
2 revisions
At the command-line, terminal or shell, run the following command.
pip install pygubu-designer
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
Run the following, should you ever want to remove the program.
pip uninstall pygubu-designer
Pip is the package installer for Python.
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
pipx install pygubu-designer
pipx upgrade pygubu-designer
pipx uninstall pygubu-designer
- Requirements
- Installation
- Launch
- Screens:
- Step-by-Step Examples:
- Completed Examples
- Tips
- Additional widget sets
- Known Issues
- FAQ
- Troubleshooting:
- Communicating: