Update README.md

This commit is contained in:
Kiryl
2023-06-09 14:21:39 +03:00
committed by GitHub
parent f3b13ad389
commit e1c4c77405

View File

@@ -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
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
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__