We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dfc22c commit 0ca0cd1Copy full SHA for 0ca0cd1
README.md
@@ -15,6 +15,10 @@ Where:
15
16
For example, the image at x-value 2 and y-value 7 may have a filename `2-7.png`.
17
18
+## Install dependencies
19
+
20
+Install dependencies first with `pip install -r requirements.txt`
21
22
## Usage
23
```
24
usage: lfgen [-h] [-r RATIO] [-o OUTPUT] [--fov-x FOV_X] [--fov-y FOV_Y] [-j JOBS] [--flip-y] directory
0 commit comments