Skip to content

Commit

Permalink
add requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
anikaweinmann committed Apr 16, 2024
1 parent 3eb6986 commit ee9a787
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ PGM = i.up42.import

include $(MODULE_TOPDIR)/include/Make/Script.make

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

default: python-requirements script
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
up42

0 comments on commit ee9a787

Please sign in to comment.