Including missing setup step in README
parent
7a57c1187d
commit
6dcbb497ce
|
@ -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.
|
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
|
1. Install [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/)
|
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
|
## How to Use
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
python_ffmpeg==2.0.12
|
Loading…
Reference in New Issue