From 8b4c305300c16fa057646f18dca886a65c9de055 Mon Sep 17 00:00:00 2001 From: Jack Yu Date: Tue, 30 Apr 2024 11:32:28 -0700 Subject: [PATCH] Added venv support --- mobileinsight.def | 1 + 1 file changed, 1 insertion(+) diff --git a/mobileinsight.def b/mobileinsight.def index 4b0d801..84b3263 100644 --- a/mobileinsight.def +++ b/mobileinsight.def @@ -19,6 +19,7 @@ From: ubuntu:22.04 git \ python3 \ python3-pip \ + python3-venv \ python3-wxgtk4.0 \ python3-matplotlib \ cmake \