Skip to content

Commit 1149974

Browse files
committed
add requirements.txt file for python dependencies
1 parent 16de437 commit 1149974

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ git submodule init
1515
git submodule update
1616

1717
npm install
18-
pip install iptcinfo
19-
pip install jinja2
18+
pip install -r requirements.txt
2019

2120
make grunt
2221
```

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
iptcinfo
2+
jinja2

0 commit comments

Comments
 (0)