Installation¶
This guide introduces how to install ugoira.
Prerequisites¶
Ugoira is made with the following software:
- Python 3.12 or higher
ugoira is mostly written in Python language, a high-level general-purpose scripting language. ugoira support Python 3.12 or higher only.
Install via pip (manual)¶
Now we can install ugoira by command line. If you use Windows, open
the cmd. If you use macOS or Linux, open the terminal, And type this
$ pip3 install ugoira
Install via pipx (recommended)¶
If you prefer pipx, you can install via pipx also.
$ pipx install ugoira
Hello World!¶
Install is completed. You can test it by issuing this command.
$ ugoira --help