From: Guillaume Pellerin Date: Mon, 5 Dec 2016 10:55:41 +0000 (+0100) Subject: doc: pip -U X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=cbba6262de79b5eeb0ce612d46ee1da4cb4e88fa;p=mezzo.git doc: pip -U --- 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."