A GUI fot the pdf-img-converter
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]"
Use Nix with direnv to automatically build your development environment,
or simply run nix develop
.
To use CI
environment instead of development, you can execute nix develop .#ci
Use Nix command: nix build