From e13266bc8237577972e9a9dfbd7c45448f594706 Mon Sep 17 00:00:00 2001 From: Ella Schwarz Date: Wed, 27 Jan 2021 19:01:29 -0800 Subject: [PATCH] Install python --- scripts/ubuntu-req.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/ubuntu-req.sh b/scripts/ubuntu-req.sh index 3bc22c73..b33a6649 100755 --- a/scripts/ubuntu-req.sh +++ b/scripts/ubuntu-req.sh @@ -19,6 +19,7 @@ sudo apt-get install -y libgtk-3-dev gettext sudo apt-get install -y python3-pip python3.6-dev rsync libguestfs-tools expat ctags # install DTC sudo apt-get install -y device-tree-compiler +sudo apt-get install -y python # install verilator git clone http://git.veripool.org/git/verilator