Skip to content

Commit

Permalink
Remove -I for installing from the source in readme
Browse files Browse the repository at this point in the history
- Update according to the comment from @mikf
- Follow rst syntax
- remove '--no-cache-dir'
  • Loading branch information
fireattack authored and mikf committed Nov 20, 2024
1 parent f041957 commit 7d609b8
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 7d609b8

Please sign in to comment.