From bc0fccabaaddada66c40b6d0d3485731744784b8 Mon Sep 17 00:00:00 2001 From: chengliang Date: Fri, 19 Apr 2024 15:45:25 +0800 Subject: [PATCH] add installation from setup.py --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 8f3a259..b753ad9 100644 --- a/install.sh +++ b/install.sh @@ -5,4 +5,5 @@ conda install numpy==1.26.4 conda install cython==3.0.6 conda install sep==1.2.1 conda install mpi4py==3.1.6 -pip install -e . \ No newline at end of file +python3 setup.py install --user +pip install -e . -- GitLab