From 0b576cc131f48a86062bb6349054344fd611d23d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Sun, 6 Aug 2017 14:08:14 +0200 Subject: [PATCH] mention '--upgrade' in README.rst --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index a0e4c029..13355002 100644 --- a/README.rst +++ b/README.rst @@ -20,18 +20,18 @@ Installation via pip -------------------- The stable releases of *gallery-dl* are distributed on PyPI_ and can be -easily installed using pip_: +easily installed or upgraded to the latest version using pip_: .. code:: bash - $ pip install gallery-dl + $ pip install --upgrade gallery-dl Installing the latest dev-version directly from GitHub can be done via pip as well: .. code:: bash - $ pip install https://github.com/mikf/gallery-dl/archive/master.zip + $ pip install --upgrade https://github.com/mikf/gallery-dl/archive/master.zip Manual installation via Python