mirror of
https://gitea.com/bipinkrish/DeGourou.git
synced 2024-11-17 03:40:24 +00:00
Update README.md
This commit is contained in:
parent
ea970edbd9
commit
402cdd3d55
1 changed files with 13 additions and 2 deletions
15
README.md
15
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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue