From c382fec84f9ea619c5c7985e95926079324806b0 Mon Sep 17 00:00:00 2001 From: YifanXu74 Date: Sat, 7 Oct 2023 23:11:06 +0800 Subject: [PATCH] init --- init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.sh b/init.sh index f2f7aaa..4b22901 100755 --- a/init.sh +++ b/init.sh @@ -1,5 +1,5 @@ mkdir -p MODEL mkdir -p DATASET -python -m pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple +python -m pip install -r requirements.txt python setup_glip.py build develop --user python -m pip install -q -e .