From 2f7bb59e586d69fdf0e9f44475481b9170b1ef41 Mon Sep 17 00:00:00 2001
From: Francesco <55460785+BachoSeven@users.noreply.github.com>
Date: Sat, 25 Apr 2020 18:04:50 +0200
Subject: [PATCH] Update README.rst

---
 README.rst | 22 ++++++++++++++++++----
 1 file changed, 18 insertions(+), 4 deletions(-)

diff --git a/README.rst b/README.rst
index 83f8cb8..0927716 100644
--- a/README.rst
+++ b/README.rst
@@ -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/