From 402cdd3d550f4990a400ff9a6c6bc7886961e89a Mon Sep 17 00:00:00 2001 From: bipinkrish Date: Sun, 9 Jun 2024 13:43:57 +0000 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f303503..f721d59 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ _Automate the process of getting decrypted ebook from [InternetArchive](https://archive.org/) without the need for [Adobe Digital Editions](https://www.adobe.com/in/solutions/ebook/digital-editions/download.html) and [Calibre](https://calibre-ebook.com/)._ +```bash +pip install DeGourou +``` + --- ## News @@ -52,6 +56,7 @@ optional arguments: ## Guide *By default it uses dummy account for ADE, you can also use your own account* + ### For Normal Users 1. Download binary file according to your operating system from [Releases Section](https://gitea.com/bipinkrish/DeGourou/releases) @@ -74,11 +79,17 @@ optional arguments: C. MacOS user's accordingly with name ```DeGourou.bin``` -### For Middlemans +### For Intermediate Developers -1. Install through Pip using +1. Install through Pip using + ```bash + pip install DeGourou ``` + + OR + + ```bash pip install git+https://gitea.com/bipinkrish/DeGourou.git ```