From 275cf268317c6199eaeeffde96aa38fcda483bc9 Mon Sep 17 00:00:00 2001 From: estrella Date: Sat, 27 May 2023 21:59:31 +0800 Subject: [PATCH] fix: dev.sh --- dev.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev.sh b/dev.sh index a81489e0..323fc3c2 100644 --- a/dev.sh +++ b/dev.sh @@ -3,7 +3,7 @@ # This script is used to run the development environment. -python3 -m pip -i https://pypi.tuna.tsinghua.edu.cn/simple install -r requirements.txt +python3 -m pip install -i https://pypi.tuna.tsinghua.edu.cn/simple install -r requirements.txt cd src || exit