From 43a79597b52c73678f04fc298fb343ad40aebe44 Mon Sep 17 00:00:00 2001 From: Stephen Just Date: Sat, 3 Aug 2024 13:22:19 -0700 Subject: [PATCH] Update install_opi5.sh --- install_opi5.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/install_opi5.sh b/install_opi5.sh index acc84a6..7644b16 100755 --- a/install_opi5.sh +++ b/install_opi5.sh @@ -90,10 +90,6 @@ apt-get --quiet update # mrcal stuff apt-get install --yes --quiet libcholmod3 liblapack3 libsuitesparseconfig5 -# python dependencies for side-loading custom scripts -apt-get install --yes --quiet python3-pip python3-numpy -pip install photonlibpy - rm -rf /var/lib/apt/lists/* apt-get --yes --quiet clean