From b8f2e42f7a2b0553fa37494334bcab3aa76130af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Sat, 12 Dec 2020 15:45:34 +0100 Subject: [PATCH] update pip install instructions --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index b06f6d15..6e131217 100644 --- a/README.rst +++ b/README.rst @@ -35,14 +35,14 @@ easily installed or upgraded using pip_: .. code:: bash - $ python3 -m pip install --upgrade gallery-dl + $ python3 -m pip install -U gallery-dl Installing the latest dev-version directly from GitHub can be done with pip_ as well: .. code:: bash - $ python3 -m pip install --upgrade https://github.com/mikf/gallery-dl/archive/master.tar.gz + $ python3 -m pip install -U -I --no-deps --no-cache-dir https://github.com/mikf/gallery-dl/archive/master.tar.gz Note: Windows users should use :code:`py -3` instead of :code:`python3`.