merge #6493: [docs] update pip command for installing dev version
- recommend '--force-reinstall' - remove '-I' and '--no-cache-dir'
This commit is contained in:
@@ -55,7 +55,9 @@ pip_ as well:
|
|||||||
|
|
||||||
.. code:: bash
|
.. 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`.
|
Note: Windows users should use :code:`py -3` instead of :code:`python3`.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user