Skip to content

Commit 0ca0cd1

Browse files
committed
Add dependency installation in README
1 parent 1dfc22c commit 0ca0cd1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ Where:
1515

1616
For example, the image at x-value 2 and y-value 7 may have a filename `2-7.png`.
1717

18+
## Install dependencies
19+
20+
Install dependencies first with `pip install -r requirements.txt`
21+
1822
## Usage
1923
```
2024
usage: lfgen [-h] [-r RATIO] [-o OUTPUT] [--fov-x FOV_X] [--fov-y FOV_Y] [-j JOBS] [--flip-y] directory

0 commit comments

Comments
 (0)