mention '--upgrade' in README.rst

This commit is contained in:
Mike Fährmann
2017-08-06 14:08:14 +02:00
parent 852e7acd31
commit 0b576cc131

View File

@@ -20,18 +20,18 @@ Installation via pip
--------------------
The stable releases of *gallery-dl* are distributed on PyPI_ and can be
easily installed using pip_:
easily installed or upgraded to the latest version using pip_:
.. code:: bash
$ pip install gallery-dl
$ pip install --upgrade gallery-dl
Installing the latest dev-version directly from GitHub can be done via
pip as well:
.. code:: bash
$ pip install https://github.com/mikf/gallery-dl/archive/master.zip
$ pip install --upgrade https://github.com/mikf/gallery-dl/archive/master.zip
Manual installation via Python