Skip to content

cdubos-fr/pdf-img-converter-gui

Repository files navigation

pre-commit Ruff security: bandit Checked with mypy

A GUI fot the pdf-img-converter

Illustration Illustration bis0

Installation

pip install <path-to-this-project>

or

pip install git+<git-url>

to install it in editable mode:

pip install -e .

to add developpement dependencies:

pip install -e ".[dev]"

Setup dev' environment

Use Nix with direnv to automatically build your development environment, or simply run nix develop.

Use CI environment

To use CI environment instead of development, you can execute nix develop .#ci

Build

Use Nix command: nix build