update README.rst

- point to pip3/python3 in installation-instructions (#118, #121)
- add dependency list
- update URLs to external resources
- remove incomplete list of supported sites
This commit is contained in:
Mike Fährmann
2018-11-17 17:42:26 +01:00
parent c47482b110
commit ea9d1b6501
2 changed files with 42 additions and 46 deletions

View File

@@ -26,8 +26,8 @@ def read(fname):
# get version without importing the package
exec(read("gallery_dl/version.py"))
DESCRIPTION = ("Command-line program to download image galleries and "
"collections from pixiv, exhentai, danbooru and more")
DESCRIPTION = ("Command-line program to download image-galleries and "
"-collections from several image hosting sites")
LONG_DESCRIPTION = read("README.rst")
if "py2exe" in sys.argv: