Skip to content

Installation

Python ≥ 3.10 is required.

Nomage is available as nomage on PyPI.

Install in Python environment

The following section will tell you about the installation of the package in your Python environment, allowing usage of both the CLI and the Python API .

Tip

The use of a virtual environment is greatly recommended .

Pip from PyPI

You can install nomage easily with pip:

pip install nomageInstalled!

Pip from source

You can install from the code source with the repository:

pip install git+https://github.com/CGuichard/nomage.git@mainInstalled from source!

Install for terminal

In this section you will learn how to install only the CLI .

Pipx

Pipx is a tool that let you install and run Python "applications" in isolated environments, and exposes the commands in your user environment.

You can install nomage with pipx:

pipx install nomageInstalled!

Info

Learn more about Pipx .

UV

UV is an extremely fast Python package and project manager. One of its features is "Tools", that exposes commands from Python packages just like Pipx.

You can install nomage with uv tool:

uv tool install nomageInstalled!

Info

Learn more about uv and uv tool .