]> git.lizzy.rs Git - nhentai.git/commitdiff
Update README.rst
authorFrancesco <55460785+BachoSeven@users.noreply.github.com>
Sat, 25 Apr 2020 16:04:50 +0000 (18:04 +0200)
committerGitHub <noreply@github.com>
Sat, 25 Apr 2020 16:04:50 +0000 (18:04 +0200)
README.rst

index 83f8cb89a7912fbb14d5a77f55b72b2f6a4d45b5..092771651e225d932ed032ba16e01b67d23368ed 100644 (file)
@@ -19,15 +19,28 @@ nhentai
 
 nHentai is a CLI tool for downloading doujinshi from <http://nhentai.net>
 
-============
-Installation
-============
+===================
+Manual Installation
+===================
 .. code-block::
 
     git clone https://github.com/RicterZ/nhentai
     cd nhentai
     python setup.py install
-    
+
+==================
+Installation (pip)
+==================
+Alternatively, install from PyPI with pip
+.. code-block::
+
+           pip install nhentai
+
+For a self-contained installation, use _Pipx:
+.. code-block::
+
+           pipx install nhentai
+           
 =====================
 Installation (Gentoo)
 =====================
@@ -222,3 +235,4 @@ Set `NHENTAI` env var to your nhentai mirror.
 
 .. |license| image:: https://img.shields.io/github/license/ricterz/nhentai.svg
    :target: https://github.com/RicterZ/nhentai/blob/master/LICENSE
+.. _Pipx: https://github.com/pipxproject/pipx/