Skip to content

Commit

Permalink
install requirements in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
anikaweinmann committed Apr 16, 2024
1 parent 288fed9 commit 8e34af4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@ ETCFILES = download_urls federal_state_info
include $(MODULE_TOPDIR)/include/Make/Python.make
include $(MODULE_TOPDIR)/include/Make/Script.make

default: script
python-requirements:
pip install -r requirements.txt

default: python-requirements script

0 comments on commit 8e34af4

Please sign in to comment.