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 ```