From 3bb43896426f282742e951b28aac9bf5da0e725b Mon Sep 17 00:00:00 2001 From: w-e-w <40751091+w-e-w@users.noreply.github.com> Date: Tue, 14 May 2024 18:59:58 +0900 Subject: [PATCH] remove unnecessary install script --- install.py | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 install.py diff --git a/install.py b/install.py deleted file mode 100644 index 778c8fd..0000000 --- a/install.py +++ /dev/null @@ -1,9 +0,0 @@ -import launch - -if not launch.is_installed("numpy"): - launch.run_pip("install numpy") - print("Installing numpy...") - -if not launch.is_installed("matplotlib"): - launch.run_pip("install matplotlib") - print("Installing matplotlib...") \ No newline at end of file