From cbba6262de79b5eeb0ce612d46ee1da4cb4e88fa Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 5 Dec 2016 11:55:41 +0100 Subject: [PATCH] doc: pip -U --- doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile b/doc/Makefile index 8db4011a..b1928f8d 100755 --- a/doc/Makefile +++ b/doc/Makefile @@ -166,6 +166,6 @@ publish: true install_deps: - pip install $(DEPENDENCIES) + pip install -U $(DEPENDENCIES) @echo @echo "All dependencies installed." -- 2.39.5