forked from LiveCarta/BookConverter
Update README.md
This commit is contained in:
@@ -78,9 +78,9 @@ To fix a bug or enhance an existing module, follow these steps:
|
|||||||
The script will be constantly waiting for a message from the queue(RabbitMQ), into which we load the book via Import File to Convert in the admin panel
|
The script will be constantly waiting for a message from the queue(RabbitMQ), into which we load the book via Import File to Convert in the admin panel
|
||||||
You can also upload the book that have been converted locally using `def local_convert()` in `consumer.py`
|
You can also upload the book that have been converted locally using `def local_convert()` in `consumer.py`
|
||||||
|
|
||||||
**b.** Run `docx_solver.py`
|
**2.** Run `docx_solver.py`
|
||||||
1. You need to run it on Linux system, but if u're using Windows - just using python docker intepreter
|
1. You need to run it on Linux system, but if u're using Windows - just using python docker intepreter
|
||||||
2. Upload a book to books/docx/ and set the variable `docx_file_path = books/docx/book_name` in __main__
|
2. Upload a book to books/docx/ and set the variable `docx_file_path = books/docx/book_name` in __main__
|
||||||
|
|
||||||
**c.** Run `epub_solver.py`
|
**3.** Run `epub_solver.py`
|
||||||
Before that upload a book to books/epub/ and set the variable `epub_file_path = books/epub/book_name` in __main__
|
Before that upload a book to books/epub/ and set the variable `epub_file_path = books/epub/book_name` in __main__
|
||||||
|
|||||||
Reference in New Issue
Block a user