From 10a7c5c5eeb27e45d802e415bbf69971d0eabb04 Mon Sep 17 00:00:00 2001 From: Juan Acevedo Date: Wed, 4 Dec 2024 21:59:15 +0000 Subject: [PATCH] update setup.sh to install maxdiffusion with -U option. --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 5f13f72..b7d345e 100644 --- a/setup.sh +++ b/setup.sh @@ -110,4 +110,4 @@ fi pip3 install -U -r requirements.txt # Install maxdiffusion -pip3 install -e -U . \ No newline at end of file +pip3 install -U . \ No newline at end of file