From f6b219279558f9886f679cd8b8246162e43fde75 Mon Sep 17 00:00:00 2001 From: smeb y <48400087+a3165458@users.noreply.github.com> Date: Fri, 22 Mar 2024 21:05:29 +0800 Subject: [PATCH] Update Nimble.sh --- Nimble.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nimble.sh b/Nimble.sh index 4b5c629..b46f459 100644 --- a/Nimble.sh +++ b/Nimble.sh @@ -14,7 +14,7 @@ function install_node() { apt update # 检查 Git 等是否已安装 -apt install git python3-venv bison screen binutils gcc make bsdmainutils -y +apt install git python3-venv bison screen binutils gcc make bsdmainutils python3-pip -y # 安装numpy pip install numpy==1.24.4