From 438425102653fe718b0ff5f4e457e56f107ea6d9 Mon Sep 17 00:00:00 2001 From: mmcwilliams Date: Mon, 16 Jan 2023 22:01:26 -0500 Subject: [PATCH] Add python3 to deps --- scripts/deps.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/deps.sh b/scripts/deps.sh index 2124cc5..c21162f 100644 --- a/scripts/deps.sh +++ b/scripts/deps.sh @@ -13,6 +13,7 @@ DEPS=( admesh openscad bc + python3 ) for dep in ${DEPS[@]}; do