From 7d609b883e5f0e70daa3a799c0946500053700f0 Mon Sep 17 00:00:00 2001 From: fireattack Date: Mon, 18 Nov 2024 14:35:43 +0800 Subject: [PATCH] Remove `-I` for installing from the source in readme - Update according to the comment from @mikf - Follow rst syntax - remove '--no-cache-dir' --- README.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 335101cb..b5b7417e 100644 --- a/README.rst +++ b/README.rst @@ -55,7 +55,9 @@ pip_ as well: .. code:: bash - python3 -m pip install -U -I --no-deps --no-cache-dir https://github.com/mikf/gallery-dl/archive/master.tar.gz + python3 -m pip install -U --force-reinstall --no-deps https://github.com/mikf/gallery-dl/archive/master.tar.gz + +Omit :code:`--no-deps` if Requests_ hasn't been installed yet. Note: Windows users should use :code:`py -3` instead of :code:`python3`.