Skip to content

Commit

Permalink
merge #6493: [docs] update pip command for installing dev version
Browse files Browse the repository at this point in the history
- recommend '--force-reinstall'
- remove '-I' and '--no-cache-dir'
  • Loading branch information
mikf committed Nov 20, 2024
2 parents f47c098 + 7d609b8 commit 74a8587
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down

0 comments on commit 74a8587

Please sign in to comment.