1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-25 20:22:36 +01:00

update pip install instructions

This commit is contained in:
Mike Fährmann 2020-12-12 15:45:34 +01:00
parent 476d563ec2
commit b8f2e42f7a
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

View File

@ -35,14 +35,14 @@ easily installed or upgraded using pip_:
.. code:: bash
$ python3 -m pip install --upgrade gallery-dl
$ python3 -m pip install -U gallery-dl
Installing the latest dev-version directly from GitHub can be done with
pip_ as well:
.. code:: bash
$ python3 -m pip install --upgrade https://github.com/mikf/gallery-dl/archive/master.tar.gz
$ python3 -m pip install -U -I --no-deps --no-cache-dir https://github.com/mikf/gallery-dl/archive/master.tar.gz
Note: Windows users should use :code:`py -3` instead of :code:`python3`.