Including missing setup step in README

main
Nekkowe 2025-01-09 19:33:03 +01:00
parent 7a57c1187d
commit 6dcbb497ce
2 changed files with 6 additions and 3 deletions

View File

@ -4,10 +4,12 @@ A free, open-source tool to automatically generate a gallery of your art, to put
I wanted to make this dead simple to set up and use, but it's definitely not quite there yet.
## Requirements
## Requirements / Setup
1. [Python](https://www.python.org/downloads/), to run the scripts
2. [FFmpeg](https://ffmpeg.org/), to create the thumbnails (, good installation instructions available here: https://ultahost.com/knowledge-base/install-ffmpeg-on-windows/)
1. Install [Python](https://www.python.org/downloads/), to run the scripts
2. Install [FFmpeg](https://ffmpeg.org/), to create the thumbnails
- (some good instructions for installing FFmpeg are available here: https://ultahost.com/knowledge-base/install-ffmpeg-on-windows/)
3. Install the dependencies (`pip install -r requirements.txt`)
## How to Use

1
requirements.txt Normal file
View File

@ -0,0 +1 @@
python_ffmpeg==2.0.12