Skip to content

Commit

Permalink
Update Makefile to install python dependencies (mikewest#3)
Browse files Browse the repository at this point in the history
* Add python dependencies to requirements.txt

* Install python dependencies before updating `index.html` with `fetch.py`
  • Loading branch information
0xedward authored Aug 30, 2021
1 parent 9610ffc commit 8cb793b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
all:
python3 -m pip install -r requirements.txt --user
python3 ./bin/fetch.py > index.html
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
jinja2

0 comments on commit 8cb793b

Please sign in to comment.