update README
This commit is contained in:
10
README.rst
10
README.rst
@@ -26,7 +26,7 @@ easily installed using pip_:
|
|||||||
|
|
||||||
$ pip install gallery-dl
|
$ pip install gallery-dl
|
||||||
|
|
||||||
Installing the latest develop-version directly from GitHub can be done via
|
Installing the latest dev-version directly from GitHub can be done via
|
||||||
pip as well:
|
pip as well:
|
||||||
|
|
||||||
.. code:: bash
|
.. code:: bash
|
||||||
@@ -37,9 +37,9 @@ pip as well:
|
|||||||
Manual installation via Python
|
Manual installation via Python
|
||||||
------------------------------
|
------------------------------
|
||||||
|
|
||||||
Get the code by downloading either the stable_ or develop_ archives and unpack
|
Get the code by downloading either the stable_ or dev_ archives and unpacking
|
||||||
them, or via `git clone`. Navigate into the respective directory and run the
|
them, or via :code:`git clone`. Navigate into the respective directory and run
|
||||||
`setup.py` file.
|
the :code:`setup.py` file.
|
||||||
|
|
||||||
.. code:: bash
|
.. code:: bash
|
||||||
|
|
||||||
@@ -180,7 +180,7 @@ or you can provide them directly via the
|
|||||||
.. _PyPI: https://pypi.python.org/pypi
|
.. _PyPI: https://pypi.python.org/pypi
|
||||||
.. _pip: https://pip.pypa.io/en/stable/
|
.. _pip: https://pip.pypa.io/en/stable/
|
||||||
.. _stable: https://github.com/mikf/gallery-dl/archive/v0.8.3.zip
|
.. _stable: https://github.com/mikf/gallery-dl/archive/v0.8.3.zip
|
||||||
.. _develop: https://github.com/mikf/gallery-dl/archive/master.zip
|
.. _dev: https://github.com/mikf/gallery-dl/archive/master.zip
|
||||||
|
|
||||||
.. |pypi| image:: https://img.shields.io/pypi/v/gallery-dl.svg
|
.. |pypi| image:: https://img.shields.io/pypi/v/gallery-dl.svg
|
||||||
:target: https://pypi.python.org/pypi/gallery-dl
|
:target: https://pypi.python.org/pypi/gallery-dl
|
||||||
|
|||||||
Reference in New Issue
Block a user