Update README.md

This commit is contained in:
bipinkrish 2024-06-09 13:43:57 +00:00
parent ea970edbd9
commit 402cdd3d55

View file

@ -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/)._ _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 ## News
@ -52,6 +56,7 @@ optional arguments:
## Guide ## Guide
*By default it uses dummy account for ADE, you can also use your own account* *By default it uses dummy account for ADE, you can also use your own account*
### For Normal Users ### For Normal Users
1. Download binary file according to your operating system from [Releases Section](https://gitea.com/bipinkrish/DeGourou/releases) 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``` 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 pip install git+https://gitea.com/bipinkrish/DeGourou.git
``` ```