Commit f7b5c2f1 authored by Sanjna's avatar Sanjna

Replace sourcereadme.txt

parent fd16a1c8
...@@ -7,11 +7,14 @@ How to use: ...@@ -7,11 +7,14 @@ How to use:
Clone the repository onto your system: Clone the repository onto your system:
git clone https://sanjnamohan@git.cse.iitb.ac.in/sanjnamohan/eBookmaker.git git clone https://sanjnamohan@git.cse.iitb.ac.in/sanjnamohan/eBookmaker.git
To install Python for Windows : https://www.python.org/downloads/windows/
To install/upgrade pip : https://pip.pypa.io/en/stable/installing/
For executing: For executing:
NOTE: NOTE:
Do not change the directory structure after cloning. Do not change the directory structure after cloning.
Go inside the folder "source" Go inside the folder "eBookmaker/source"
Make sure the relevant libraries are installed: Make sure the relevant libraries are installed:
pip install -r requirements.txt pip install -r requirements.txt
...@@ -24,10 +27,15 @@ NOTE: ...@@ -24,10 +27,15 @@ NOTE:
Alternatively: Alternatively:
Go inside the folder "source" Go inside the folder "eBookmaker/source"
Make sure the relevant libraries are installed: Make sure the relevant libraries are installed:
pip install -r requirements.txt pip install -r requirements.txt
The source code is available in epub.py. To execute directly from the source, run: The source code is available in epub.py. To execute directly from the source, run:
python epub.py python epub.py
Once the GUI appears, enter the URL of which the document is to be created and select the destination folder using "Browse" button.
Select either of "Single Page" or "Complete Tutorial" radio buttons and click "Generate Epub" button.
The generated eBook would be present at the set destination folder.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment