update README

This commit is contained in:
2024-09-17 13:19:24 +02:00
committed by Flo Greistorfer
parent 74d97dac2a
commit 0484200fad
3 changed files with 79 additions and 78 deletions

View File

@@ -26,13 +26,14 @@ Python script to generate static HTML files for website galleries.
- `Pillow` library
- `rich_argparse` library
- `cairosvg` library (for SVG to PNG icon conversion)
- `python-json-logger` library (for logging)
## Installation
Install the required libraries using pip:
```sh
pip install numpy tqdm Jinja2 Pillow rich-argparse cairosvg
pip install numpy tqdm Jinja2 Pillow rich-argparse cairosvg python-json-logger
```
## Usage