From 7ceaf05695267783e1506bc3b8724177d28612af Mon Sep 17 00:00:00 2001 From: Holden Rohrer Date: Sat, 11 Jan 2020 23:36:37 -0500 Subject: added python to make --- make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make') diff --git a/make b/make index 2439ed6..3c332bd 100755 --- a/make +++ b/make @@ -2,7 +2,7 @@ mkdir imgs 2>/dev/null cd imgs -python3 ../data.py img || echo "You must install python3" +python3 ../data.py img || python ../data.py img || echo "You must install python3" cd .. cd document pdftex report.tex || echo "You must install \`pdftex\` (MacTeX, TeXLive, MikTeX, etc)" -- cgit