1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-21 18:22:30 +01:00

Remove -I for installing from the source in readme

- Update according to the comment from @mikf
- Follow rst syntax
- remove '--no-cache-dir'
This commit is contained in:
fireattack 2024-11-18 14:35:43 +08:00 committed by Mike Fährmann
parent f0419574a5
commit 7d609b883e
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

View File

@ -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`.